X-Git-Url: http://git.asbjorn.biz/?p=swftools.git;a=blobdiff_plain;f=src%2Fswfdump.c;fp=src%2Fswfdump.c;h=a082a5f7c29b88049b423113a7e3ca90ac09ac8b;hp=0d63c2ce5e9656467702f09cdb90b9458b5a4ac3;hb=409a8bf0de680f50bcbb194a7174fc729b82e5cf;hpb=bb3b41498e80f1a4c86829b60096745e016fec02 diff --git a/src/swfdump.c b/src/swfdump.c index 0d63c2c..a082a5f 100644 --- a/src/swfdump.c +++ b/src/swfdump.c @@ -375,9 +375,9 @@ void dumpFont(TAG*tag, char*prefix) swf_FontFree(font); } -SWF swf; -int fontnum = 0; -SWFFONT**fonts; +static SWF swf; +static int fontnum = 0; +static SWFFONT**fonts; void textcallback(void*self, int*glyphs, int*ypos, int nr, int fontid, int fontsize, int startx, int starty, RGBA*color) {