summaryrefslogtreecommitdiff
path: root/gettext-tools/src/format-python.c
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2006-02-13 13:09:17 +0000
committerBruno Haible <bruno@clisp.org>2009-06-23 12:12:59 +0200
commit1d4646967449a79cb73b20607fd47015fd845a47 (patch)
tree41cf6320f61d301f395e906d6e7cf98921d2e9ee /gettext-tools/src/format-python.c
parent8fad43c97c71588fa4e6dc099deddf4252a207e2 (diff)
downloadgettext-1d4646967449a79cb73b20607fd47015fd845a47.tar.gz
Improve the c-format guessing heuristic.
Diffstat (limited to 'gettext-tools/src/format-python.c')
-rw-r--r--gettext-tools/src/format-python.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/gettext-tools/src/format-python.c b/gettext-tools/src/format-python.c
index 610cbf04c..b86de591b 100644
--- a/gettext-tools/src/format-python.c
+++ b/gettext-tools/src/format-python.c
@@ -1,5 +1,5 @@
/* Python 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
@@ -507,6 +507,7 @@ struct formatstring_parser formatstring_python =
format_parse,
format_free,
format_get_number_of_directives,
+ NULL,
format_check
};