mirror of
https://github.com/MariaDB/server.git
synced 2025-01-16 12:02:42 +01:00
Fixed small bug.
This commit is contained in:
parent
c164811479
commit
ef38d5c3a9
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue