From: kramm <kramm>
Date: Fri, 1 Apr 2005 07:50:02 +0000 (+0000)
Subject: fixed compile-time problem
X-Git-Tag: release-0-7-0~151
X-Git-Url: http://git.asbjorn.it/?a=commitdiff_plain;h=1525f916430f011f53d713debcee1bcf28b6ee8b;p=swftools.git

fixed compile-time problem
---

diff --git a/lib/example/dumpfont.c b/lib/example/dumpfont.c
index f746238..e7edb1d 100644
--- a/lib/example/dumpfont.c
+++ b/lib/example/dumpfont.c
@@ -133,7 +133,7 @@ void DumpGlobal(char * funcname)
 }
 
 
-void fontcallback(U16 id,U8 * name,0)
+void fontcallback(U16 id,U8 * name,void*data)
 { SWFFONT * font;
 
   int f;