diff --git a/harbour/include/assert.ch b/harbour/include/assert.ch index d4f112888c..75b34bb7c4 100644 --- a/harbour/include/assert.ch +++ b/harbour/include/assert.ch @@ -45,7 +45,7 @@ #else #command ASSERT( [, ] ) => ; - IF !() ; + IF !( ) ; ; OutStd( ; hb_OSNewLine() + ProcName( 0 ) + ; "(" + LTrim( Str( ProcLine() ) ) + ")" + ;