diff options
Diffstat (limited to 'gettext-tools/src/format-tcl.c')
-rw-r--r-- | gettext-tools/src/format-tcl.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gettext-tools/src/format-tcl.c b/gettext-tools/src/format-tcl.c index 14e234c..8002832 100644 --- a/gettext-tools/src/format-tcl.c +++ b/gettext-tools/src/format-tcl.c @@ -1,5 +1,5 @@ /* Tcl format strings. - Copyright (C) 2001-2004 Free Software Foundation, Inc. + Copyright (C) 2001-2004, 2006 Free Software Foundation, Inc. Written by Bruno Haible <haible@clisp.cons.org>, 2002. This program is free software; you can redistribute it and/or modify @@ -424,6 +424,7 @@ struct formatstring_parser formatstring_tcl = format_parse, format_free, format_get_number_of_directives, + NULL, format_check }; |