diff options
Diffstat (limited to 'source/font.h')
-rw-r--r-- | source/font.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source/font.h b/source/font.h index f2edfd2..5720fbd 100644 --- a/source/font.h +++ b/source/font.h @@ -86,7 +86,7 @@ Super NES and Super Nintendo Entertainment System are trademarks of Nintendo Co., Limited and its subsidiary companies. *******************************************************************************/ -static char *font[] = { +static const char *font[] = { " . . . . .. . . ", " .#. .#.#. . . ... .#. . . .##. .#. .#. . . . . ", " .#. .#.#. .#.#. .###. .#..#. .#. .#. .#. .#. .#.#. .#. .#. ", |