X-Git-Url: http://git.asbjorn.biz/?a=blobdiff_plain;f=lib%2Fexample%2Fdumpfont.c;h=1481ed6e6c0d17c182a72463c44dff816bab9e2b;hb=b3ae7bccfb9f4ed16e26631fee072fa011f9847e;hp=c6669bb0b0d02899bb9f57a72bdeba2b48b0340c;hpb=51c19ac56edb61ae987df0488bb8cd0f8884b37e;p=swftools.git diff --git a/lib/example/dumpfont.c b/lib/example/dumpfont.c index c6669bb..1481ed6 100644 --- a/lib/example/dumpfont.c +++ b/lib/example/dumpfont.c @@ -68,7 +68,7 @@ void DumpFont(SWFFONT * f,char * name) printf(" f->glyph = (SWFGLYPH*)malloc(sizeof(SWFGLYPH)*%d);\n",f->numchars); printf(" f->glyph2ascii = (U16*)malloc(sizeof(U16)*%d);\n",f->numchars); printf(" f->ascii2glyph = (int*)malloc(sizeof(int)*%d);\n",f->maxascii); - printf(" memset(f->ascii2glyph, -1, sizeof(int)*%d)\n\n", f->maxascii); + printf(" memset(f->ascii2glyph, -1, sizeof(int)*%d);\n\n", f->maxascii); for (i=0;inumchars;i++) if (f->glyph[i].shape)