aboutsummaryrefslogtreecommitdiff
path: root/src/po/sjiscorr.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/po/sjiscorr.c')
-rw-r--r--src/po/sjiscorr.c13
1 files changed, 1 insertions, 12 deletions
diff --git a/src/po/sjiscorr.c b/src/po/sjiscorr.c
index fec4740c04..6976ed8b9e 100644
--- a/src/po/sjiscorr.c
+++ b/src/po/sjiscorr.c
@@ -1,15 +1,4 @@
-/*
- * Simplistic program to correct SJIS inside strings. When a trail byte is a
- * backslash it needs to be doubled.
- * Public domain.
- */
-#include <stdio.h>
-#include <string.h>
-
- int
-main(argc, argv)
- int argc;
- char **argv;
+__END_DECLS int main(int argc, char **argv)
{
char buffer[BUFSIZ];
char *p;