mirror of
https://github.com/Icinga/icinga2.git
synced 2025-07-28 16:14:09 +02:00
Fixed incorrect macro name.
This commit is contained in:
parent
5d0fa0f6c9
commit
9b44a5c35d
@ -87,7 +87,7 @@ private:
|
|||||||
}
|
}
|
||||||
|
|
||||||
#ifdef _DEBUG
|
#ifdef _DEBUG
|
||||||
# define ASSERT(expr) ASSERT(expr)
|
# define ASSERT(expr) assert(expr)
|
||||||
#else /* _DEBUG */
|
#else /* _DEBUG */
|
||||||
# define ASSERT(expr)
|
# define ASSERT(expr)
|
||||||
#endif /* _DEBUG */
|
#endif /* _DEBUG */
|
||||||
|
Loading…
x
Reference in New Issue
Block a user