Skip to content

Commit 47e0aeb

Browse files
committed
Import the latest sjiscorr.c from Vim 8.1.0108
1 parent 9ef7c12 commit 47e0aeb

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

src/po/sjiscorr.c

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,7 @@
77
#include <string.h>
88

99
int
10-
main(argc, argv)
11-
int argc;
12-
char **argv;
10+
main(int argc, char **argv)
1311
{
1412
char buffer[BUFSIZ];
1513
char *p;

0 commit comments

Comments
 (0)