mirror of
https://github.com/ZDoom/fluidsynth.git
synced 2024-11-27 06:22:06 +00:00
Fix broken #ifdef
This commit is contained in:
parent
99a0ccbaad
commit
e739246ef7
1 changed files with 1 additions and 1 deletions
|
@ -275,7 +275,7 @@ do { strncpy(_dst,_src,_n); \
|
|||
#define FLUID_LOG fluid_log
|
||||
#endif
|
||||
|
||||
#ifdef DEBUG && !defined(NDEBUG)
|
||||
#if defined(DEBUG) && !defined(NDEBUG)
|
||||
#define FLUID_ASSERT(a) g_assert(a)
|
||||
#else
|
||||
#define FLUID_ASSERT(a)
|
||||
|
|
Loading…
Reference in a new issue