Changed: #887 add do while to nldebug and co
This commit is contained in:
parent
a970ad675c
commit
998e4f3c2e
1 changed files with 1 additions and 1 deletions
|
@ -84,7 +84,7 @@ inline ucstring capitalize(const ucstring & s)
|
|||
//-------------------------------------------------------------------------------------------------
|
||||
|
||||
#ifdef NL_DEBUG
|
||||
#define DEBUG_STOP nlstop
|
||||
#define DEBUG_STOP nlstop;
|
||||
#define nlassertd(a) nlassert(a)
|
||||
#else
|
||||
#define DEBUG_STOP \
|
||||
|
|
Loading…
Reference in a new issue