]> git.sur5r.net Git - cc65/commitdiff
Fixed a typo.
authorGreg King <gregdk@users.sf.net>
Sat, 14 Mar 2015 20:50:08 +0000 (16:50 -0400)
committerGreg King <gregdk@users.sf.net>
Sat, 14 Mar 2015 20:50:08 +0000 (16:50 -0400)
doc/cc65.sgml

index bf7b1e336127d6ecba8f3a9aec97208791d3a18f..842ba061ac568a611e556319dbb70f0519331bba 100644 (file)
@@ -3,7 +3,7 @@
 <article>
 <title>cc65 Users Guide
 <author><url url="mailto:uz@cc65.org" name="Ullrich von Bassewitz">
-<date>2015-03-13
+<date>2015-03-14
 
 <abstract>
 cc65 is a C compiler for 6502 targets. It supports several 6502 based home
@@ -614,7 +614,7 @@ This cc65 version has some extensions to the ISO C standard.
         <p>
 
 <item>  There is another calling convention named "cdecl". Variadic functions
-        (their prototypes have an ellipsis [<tt/.../]) always use this
+        (their prototypes have an ellipsis &lsqb;<tt/.../&rsqb;) always use this
         convention. The syntax for a function declaration using cdecl is
 
         <tscreen><verb>