corrected ifdef

This commit is contained in:
vurtun 2015-04-26 13:31:41 +02:00
parent c39233c86e
commit 5296021b85
1 changed files with 1 additions and 1 deletions

2
gui.c
View File

@ -5,7 +5,7 @@
*/
#include "gui.h"
#ifndef GUI_USE_DEBUG_BUILD
#ifdef GUI_USE_DEBUG_BUILD
#include <assert.h>
#else
#define assert(expr)