summaryrefslogtreecommitdiff
path: root/Docs/internals.texi
diff options
context:
space:
mode:
authorunknown <jcole@mugatu.spaceapes.com>2002-03-17 05:39:25 -0600
committerunknown <jcole@mugatu.spaceapes.com>2002-03-17 05:39:25 -0600
commit7f997057023ee0e857bd094f18ceaa51e6e21fb5 (patch)
treee78cd6f1bd83e0608607e0af34749800cdc52732 /Docs/internals.texi
parent321b9235c2dd5235cc9cdeb2848832158677e87c (diff)
downloadmariadb-git-7f997057023ee0e857bd094f18ceaa51e6e21fb5.tar.gz
Fixed small bug.
Diffstat (limited to 'Docs/internals.texi')
-rw-r--r--Docs/internals.texi2
1 files changed, 1 insertions, 1 deletions
diff --git a/Docs/internals.texi b/Docs/internals.texi
index 5bf5fc35344..8f358982ded 100644
--- a/Docs/internals.texi
+++ b/Docs/internals.texi
@@ -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