summaryrefslogtreecommitdiffstats
path: root/src/x-po.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/x-po.h')
-rw-r--r--src/x-po.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/x-po.h b/src/x-po.h
index f0ba705..b70ba39 100644
--- a/src/x-po.h
+++ b/src/x-po.h
@@ -18,11 +18,11 @@
#define EXTENSIONS_PO \
- { "po", "PO", }, \
- { "pot", "PO", }, \
+ { "po", "PO" }, \
+ { "pot", "PO" }, \
#define SCANNERS_PO \
- { "PO", scan_po_file, NULL, }, \
+ { "PO", scan_po_file, NULL }, \
/* Scan a PO file and add its translatable strings to mdlp. */
extern void extract_po PARAMS ((FILE *fp, const char *real_filename,