diff --git a/include/debug.h b/include/debug.h index 207c9680e..55173f0a1 100644 --- a/include/debug.h +++ b/include/debug.h @@ -34,9 +34,9 @@ #ifdef LMMS_DEBUG #include #else - #ifndef assert - #define assert(x) ((void)(x)) - #endif + #ifndef assert + #define assert(x) ((void)(x)) + #endif #endif #include