From: Stefan Date: Sun, 25 Feb 2018 22:38:58 +0000 (+0000) Subject: Small typo X-Git-Tag: V2.17~13^2 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=924364d73d08d1b4b8c5162b8667f682133a6e9a;p=cc65 Small typo --- diff --git a/doc/atari.sgml b/doc/atari.sgml index 6cbff6208..459e8e745 100644 --- a/doc/atari.sgml +++ b/doc/atari.sgml @@ -394,7 +394,7 @@ under different mappings, defining remapped strings works only flawlessly with static array initialization: -#include <atari\_screen\_charmap.h> +#include <atari_screen_charmap.h> char pcScreenMappingString[] = "Hello Atari!"; #include <atari_atascii_charmap.h>