--- a/src/common.h Tue Oct 22 13:49:55 2013 +0300 +++ b/src/common.h Tue Oct 22 13:53:24 2013 +0300 @@ -143,7 +143,7 @@ #endif // assert #ifdef DEBUG -# define assert(N) { ((N) ? (void) 0 : assertionFailure (__FILE__, __LINE__, FUNCNAME, #N)) } +# define assert(N) { ((N) ? (void) 0 : assertionFailure (__FILE__, __LINE__, FUNCNAME, #N)); } #else # define assert(N) {} #endif // DEBUG