chiark / gitweb /
merge changes made accidentally to wrong copy
[ypp-sc-tools.web-live.git] / pctb / convert.c
index f3de35936c14df5f40325ed8bee8508d32e7c8ec..c8082e697cea3ff4f70b26c1e1d24c9e72e2eafc 100644 (file)
@@ -9,7 +9,7 @@ typedef struct {
 static int height, width;
 static char *image;
 
 static int height, width;
 static char *image;
 
-static void debug_flush(void) {
+void debug_flush(void) {
   eassert(!fflush(debug));
   eassert(!ferror(debug));
 }
   eassert(!fflush(debug));
   eassert(!ferror(debug));
 }