diff options
Diffstat (limited to 'gettext-tools/src/x-ycp.h')
-rw-r--r-- | gettext-tools/src/x-ycp.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gettext-tools/src/x-ycp.h b/gettext-tools/src/x-ycp.h index 01eaf62..78cc853 100644 --- a/gettext-tools/src/x-ycp.h +++ b/gettext-tools/src/x-ycp.h @@ -32,7 +32,7 @@ extern "C" { #define SCANNERS_YCP \ { "YCP", extract_ycp, \ - &flag_table_ycp, &formatstring_ycp, NULL }, \ + &flag_table_ycp, &formatstring_ycp, NULL, NULL }, \ /* Scan an YCP file and add its translatable strings to mdlp. */ extern void extract_ycp (FILE *fp, const char *real_filename, |