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 \