diff options
Diffstat (limited to 'src/po')
-rw-r--r-- | src/po/sjiscorr.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/src/po/sjiscorr.c b/src/po/sjiscorr.c index b8f7e632a..a0b09f02f 100644 --- a/src/po/sjiscorr.c +++ b/src/po/sjiscorr.c @@ -7,9 +7,7 @@ #include <string.h> int -main(argc, argv) - int argc; - char **argv; +main(int argc, char **argv); { char buffer[BUFSIZ]; char *p; |