summaryrefslogtreecommitdiff
path: root/src/font.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/font.h')
-rw-r--r--src/font.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/font.h b/src/font.h
index b42dfbd..39b6c60 100644
--- a/src/font.h
+++ b/src/font.h
@@ -65,10 +65,10 @@ typedef struct font_struct {
/************ Variables ************/
extern unsigned char font_change_count;
extern const char *def_fontName[];
-extern const char *rs_font[NFONTS];
+extern char *rs_font[NFONTS];
# ifdef MULTI_CHARSET
extern const char *def_mfontName[];
-extern const char *rs_mfont[NFONTS];
+extern char *rs_mfont[NFONTS];
# endif
/************ Function Prototypes ************/