mirror of
https://github.com/ZDoom/fluidsynth.git
synced 2025-04-13 11:21:06 +00:00
Fix broken #ifdef
This commit is contained in:
parent
c545ce832e
commit
34b4db10b7
1 changed files with 1 additions and 1 deletions
|
@ -225,7 +225,7 @@ do { strncpy(_dst,_src,_n); \
|
|||
#define M_LN10 2.3025850929940456840179914546844
|
||||
#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