"verbose" is not static anymore.
[swftools.git] / lib / python / pyutils.c
index 2fdc0e1..5f7b7d4 100644 (file)
@@ -20,7 +20,7 @@ char* setError(char*format, ...)
     return strdup(buf);
 }
 
-static int verbose = 1;
+int verbose = 1;
 void mylog(char*format, ...)
 {
     char buf[1024];