From ef38d5c3a9b393abe5276a64e5137a5be025264a Mon Sep 17 00:00:00 2001 From: unknown Date: Sun, 17 Mar 2002 05:39:25 -0600 Subject: [PATCH] Fixed small bug. --- Docs/internals.texi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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