diff options
Diffstat (limited to 'gettext-tools/src/x-sh.h')
-rw-r--r-- | gettext-tools/src/x-sh.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gettext-tools/src/x-sh.h b/gettext-tools/src/x-sh.h index a07954e..d235751 100644 --- a/gettext-tools/src/x-sh.h +++ b/gettext-tools/src/x-sh.h @@ -33,7 +33,7 @@ extern "C" { #define SCANNERS_SH \ { "Shell", extract_sh, \ - &flag_table_sh, &formatstring_sh, NULL }, \ + &flag_table_sh, &formatstring_sh, NULL, NULL }, \ /* Scan a shell script file and add its translatable strings to mdlp. */ extern void extract_sh (FILE *fp, const char *real_filename, |