fixed swf_FontImport()
[swftools.git] / lib / modules / swftext.c
index 1b77024..4b90d6f 100644 (file)
@@ -344,7 +344,7 @@ int swf_FontExport(int handle,SWFFONT * f)
   return l;
 }
 
-int FontImport(int handle,SWFFONT * * font)
+int swf_FontImport(int handle,SWFFONT * * font)
 { SWFFONT * f;
   int layout;
   int i = 0;