diff options
Diffstat (limited to 'gettext-tools/src/format-perl.c')
-rw-r--r-- | gettext-tools/src/format-perl.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gettext-tools/src/format-perl.c b/gettext-tools/src/format-perl.c index b1d15d3..20d6632 100644 --- a/gettext-tools/src/format-perl.c +++ b/gettext-tools/src/format-perl.c @@ -1,5 +1,5 @@ /* Perl format strings. - Copyright (C) 2004 Free Software Foundation, Inc. + Copyright (C) 2004, 2006 Free Software Foundation, Inc. Written by Bruno Haible <bruno@clisp.org>, 2003. This program is free software; you can redistribute it and/or modify @@ -615,6 +615,7 @@ struct formatstring_parser formatstring_perl = format_parse, format_free, format_get_number_of_directives, + NULL, format_check }; |