diff options
Diffstat (limited to 'gettext-tools/src/x-properties.h')
-rw-r--r-- | gettext-tools/src/x-properties.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gettext-tools/src/x-properties.h b/gettext-tools/src/x-properties.h index b877ae4..fd16ab3 100644 --- a/gettext-tools/src/x-properties.h +++ b/gettext-tools/src/x-properties.h @@ -31,7 +31,7 @@ extern "C" { { "properties", "JavaProperties" }, \ #define SCANNERS_PROPERTIES \ - { "JavaProperties", extract_properties, NULL, NULL, NULL }, \ + { "JavaProperties", extract_properties, NULL, NULL, NULL, NULL }, \ /* Scan a JavaProperties file and add its translatable strings to mdlp. */ extern void extract_properties (FILE *fp, const char *real_filename, |