blob: 2a224b2219f813104f8dc86bb83222c031045823 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
--- a/program/psiconv/psiconv.h 2023-02-26 23:52:30.388543728 +0100
+++ b/program/psiconv/psiconv.h 2023-02-27 00:04:01.305397816 +0100
@@ -52,7 +52,7 @@
output_function *output;
} *fileformat;
-psiconv_list fileformat_list; /* of struct psiconv_fileformat */
+static psiconv_list fileformat_list; /* of struct psiconv_fileformat */
#endif /* PSICONV_H */
|