]> git.sur5r.net Git - cc65/commitdiff
Small typo 597/head
authorStefan <stefan.haubenthal@gmail.com>
Sun, 25 Feb 2018 22:38:58 +0000 (22:38 +0000)
committerGitHub <noreply@github.com>
Sun, 25 Feb 2018 22:38:58 +0000 (22:38 +0000)
doc/atari.sgml

index 6cbff6208abe5e2711a6b8546625c36fc79ce383..459e8e7453e9a8a6c6be7c1987d93884a6aea451 100644 (file)
@@ -394,7 +394,7 @@ under different mappings, defining remapped strings works only flawlessly
 with static array initialization:
 
 <verb>
-#include &lt;atari\_screen\_charmap.h&gt;
+#include &lt;atari_screen_charmap.h&gt;
 char pcScreenMappingString[] = "Hello Atari!";
 
 #include &lt;atari_atascii_charmap.h&gt;