diff --git a/debug.h b/debug.h index 4dec59a..8e94b69 100644 --- a/debug.h +++ b/debug.h @@ -70,7 +70,7 @@ #define Log(format, ...) (NULL) #endif -#ifdef __DEBUG_LEVEL__ >= 1 +#if __DEBUG_LEVEL__ >= 1 #define Assert(cond, format, ...) \ do { \ if (!(cond)) { \