From 5a96997f186b2cff1a24ed5572430fe0f031e8d3 Mon Sep 17 00:00:00 2001 From: aliaspider Date: Tue, 28 Oct 2014 03:13:05 +0100 Subject: initial libretro port. --- source/font.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source/font.h') 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[] = { " . . . . .. . . ", " .#. .#.#. . . ... .#. . . .##. .#. .#. . . . . ", " .#. .#.#. .#.#. .###. .#..#. .#. .#. .#. .#. .#.#. .#. .#. ", -- cgit v1.2.3