chiark / gitweb /
Cope with very small commodity lists.
[ypp-sc-tools.db-test.git] / pctb / convert.h
index 90e5e243acc737c580c284063a881636d2b8d5a1..e9d00b97de35b8c9cdc4005dfe8351bd766fa01d 100644 (file)
@@ -47,7 +47,7 @@ void analyse(FILE *tsv_output);
 
 /*----- from convert.c -----*/
 
-extern FILE *screenshots_file;
+extern FILE *screenshot_file;
 
 void vwarning(const char *fmt, va_list) FMT(1,0);
 void warning(const char *fmt, ...)      FMT(1,2);