From 06ad319c2407ec28e46d27b13f72d5b89631e7fb Mon Sep 17 00:00:00 2001 From: Chris Young Date: Mon, 19 May 2014 18:39:54 +0100 Subject: Filter all control chars from width kerning and fix some const warnings. --- amiga/font_scan.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'amiga/font_scan.h') diff --git a/amiga/font_scan.h b/amiga/font_scan.h index 840f200e1..d29469742 100755 --- a/amiga/font_scan.h +++ b/amiga/font_scan.h @@ -25,6 +25,6 @@ void ami_font_scan_init(const char *filename, bool force_scan, bool save, lwc_string **glypharray); void ami_font_scan_fini(lwc_string **glypharray); void ami_font_scan_save(const char *filename, lwc_string **glypharray); -const char *ami_font_scan_lookup(uint16 *code, lwc_string **glypharray); +const char *ami_font_scan_lookup(const uint16 *code, lwc_string **glypharray); #endif -- cgit v1.2.3