Skip to content

Commit

Permalink
Fix font editor compilation
Browse files Browse the repository at this point in the history
  • Loading branch information
mniip committed Aug 18, 2019
1 parent 33f4f54 commit e2787e0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions data/font.h
Expand Up @@ -5,7 +5,7 @@ extern const unsigned char font_data[];
extern const unsigned short font_ptrs[];
extern const unsigned int font_ranges[][2];
#else
extern const unsigned char *font_data;
extern const unsigned short *font_ptrs;
extern const unsigned int (*font_ranges)[2];
extern unsigned char *font_data;
extern unsigned short *font_ptrs;
extern unsigned int (*font_ranges)[2];
#endif

0 comments on commit e2787e0

Please sign in to comment.