1
0
mirror of https://github.com/cc65/cc65.git synced 2025-08-08 22:25:28 +00:00

Update cc65.sgml

This commit is contained in:
Stefan
2024-12-09 18:36:05 +01:00
committed by GitHub
parent cf470dd0df
commit d993f3a766

View File

@@ -1370,7 +1370,7 @@ sequences of the input.
Example:
<tscreen><verb>
/* Use a space wherever an 'a' occurs in ISO-8859-1 source */
#pragma charmap (0x61, 0x20);
#pragma charmap (0x61, 0x20)
</verb></tscreen>