Fixed small bug.

This commit is contained in:
unknown 2002-03-17 05:39:25 -06:00
parent c164811479
commit ef38d5c3a9

View file

@ -304,7 +304,7 @@ Put a space after @samp{,} for function arguments
Functions return @samp{0} on success, and non-zero on error, so you can do:
@example
if(a() || b() || c()) { error("something went wrong"); }
if(a() || b() || c()) @{ error("something went wrong"); @}
@end example
@item