Merge pull request #597 from polluks/patch-3

Small typo
This commit is contained in:
Oliver Schmidt 2018-02-26 10:02:11 +00:00 committed by GitHub
commit fc3fa173ae
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View 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;