summaryrefslogtreecommitdiffstats
path: root/gettext-tools/src/format-librep.c
diff options
context:
space:
mode:
Diffstat (limited to 'gettext-tools/src/format-librep.c')
-rw-r--r--gettext-tools/src/format-librep.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/gettext-tools/src/format-librep.c b/gettext-tools/src/format-librep.c
index bc51379..e64b92c 100644
--- a/gettext-tools/src/format-librep.c
+++ b/gettext-tools/src/format-librep.c
@@ -1,5 +1,5 @@
/* librep 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>, 2001.
This program is free software; you can redistribute it and/or modify
@@ -349,6 +349,7 @@ struct formatstring_parser formatstring_librep =
format_parse,
format_free,
format_get_number_of_directives,
+ NULL,
format_check
};