diff options
Diffstat (limited to 'libpsx/src/font.h')
| -rw-r--r-- | libpsx/src/font.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libpsx/src/font.h b/libpsx/src/font.h index b1c71cb..2ff635e 100644 --- a/libpsx/src/font.h +++ b/libpsx/src/font.h @@ -4,7 +4,7 @@ // The font was created by John Reeves Hall -unsigned char psxsdk_font_data[] = +const unsigned char psxsdk_font_data[] = { 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, |
