From 2d9f3790ee6e3431f135c1c2eb4235595f744301 Mon Sep 17 00:00:00 2001 From: kervala Date: Thu, 13 May 2010 22:54:08 +0200 Subject: [PATCH] Changed: #887 add do while to nldebug and co --- code/ryzom/common/src/game_share/utils.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/ryzom/common/src/game_share/utils.h b/code/ryzom/common/src/game_share/utils.h index b7a76aa02..d709dbd64 100644 --- a/code/ryzom/common/src/game_share/utils.h +++ b/code/ryzom/common/src/game_share/utils.h @@ -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 \