X-Git-Url: http://git.asbjorn.biz/?p=swftools.git;a=blobdiff_plain;f=lib%2Fgfxfont.c;h=e6f96cbe26b86641d0fd5bc54a2a34f9c097ba8c;hp=fa75059b4d9cacbe27401445f48a489129ae538e;hb=fc713269e9d26d1be92f70e1ff0d508c94a65dba;hpb=0e93bb43429d78593cd45ae509e5114f6ab31a52 diff --git a/lib/gfxfont.c b/lib/gfxfont.c index fa75059..e6f96cb 100644 --- a/lib/gfxfont.c +++ b/lib/gfxfont.c @@ -143,7 +143,7 @@ static int errorno = 0; //#define DEBUG 1 -gfxfont_t* gfxfont_load(char*id, char*filename, unsigned int flags, double quality) +gfxfont_t* gfxfont_load(const char*id, const char*filename, unsigned int flags, double quality) { FT_Face face; FT_Error error;