From d993f3a7663780d41ee4d41186dde56cee23a496 Mon Sep 17 00:00:00 2001 From: Stefan Date: Mon, 9 Dec 2024 18:36:05 +0100 Subject: [PATCH] Update cc65.sgml --- doc/cc65.sgml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/cc65.sgml b/doc/cc65.sgml index d08e8418d..781e460a8 100644 --- a/doc/cc65.sgml +++ b/doc/cc65.sgml @@ -1370,7 +1370,7 @@ sequences of the input. Example: /* Use a space wherever an 'a' occurs in ISO-8859-1 source */ - #pragma charmap (0x61, 0x20); + #pragma charmap (0x61, 0x20)