summaryrefslogtreecommitdiffstats
path: root/doc/started_ada/buildrt.t
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--doc/started_ada/buildrt.t4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/started_ada/buildrt.t b/doc/started_ada/buildrt.t
index 2724c0466e..32c854ea4d 100644
--- a/doc/started_ada/buildrt.t
+++ b/doc/started_ada/buildrt.t
@@ -43,9 +43,9 @@ function in a file named @code{f.c}:
@example
int f( int x )
-{
+@{
return x + 1;
-}
+@}
@end example
Then assemble the file using a command similar to the following: