From 52f5854813697246e58e3f3b6c234248984e5521 Mon Sep 17 00:00:00 2001 From: Greg King Date: Sat, 14 Mar 2015 16:50:08 -0400 Subject: [PATCH] Fixed a typo. --- doc/cc65.sgml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/cc65.sgml b/doc/cc65.sgml index bf7b1e336..842ba061a 100644 --- a/doc/cc65.sgml +++ b/doc/cc65.sgml @@ -3,7 +3,7 @@
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 [<tt/.../]) always use this convention. The syntax for a function declaration using cdecl is <tscreen><verb> -- 2.39.5