fixed swf_FontImport()
authorboehme <boehme>
Wed, 31 Oct 2001 20:54:31 +0000 (20:54 +0000)
committerboehme <boehme>
Wed, 31 Oct 2001 20:54:31 +0000 (20:54 +0000)
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;