fixed swf_WriteCGI
authorboehme <boehme>
Wed, 31 Oct 2001 20:26:03 +0000 (20:26 +0000)
committerboehme <boehme>
Wed, 31 Oct 2001 20:26:03 +0000 (20:26 +0000)
lib/rfxswf.c

index 7b2bf69..d0f776b 100644 (file)
@@ -763,7 +763,7 @@ int  swf_WriteSWF(int handle,SWF * swf)     // Writes SWF to file, returns lengt
   return (int)swf->fileSize;
 }
 
-int WriteCGI(SWF * swf)
+int swf_WriteCGI(SWF * swf)
 { int len;
   char s[1024];