diff options
Diffstat (limited to 'coreutils/dos2unix.c')
-rw-r--r-- | coreutils/dos2unix.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/coreutils/dos2unix.c b/coreutils/dos2unix.c index 62c1361b2..1d35d524a 100644 --- a/coreutils/dos2unix.c +++ b/coreutils/dos2unix.c | |||
@@ -82,8 +82,8 @@ static int convert(char *fn) | |||
82 | return 0; | 82 | return 0; |
83 | } | 83 | } |
84 | 84 | ||
85 | int dos2unix_main(int argc, char *argv[]); | 85 | int dos2unix_main(int argc, char **argv); |
86 | int dos2unix_main(int argc, char *argv[]) | 86 | int dos2unix_main(int argc, char **argv) |
87 | { | 87 | { |
88 | int o; | 88 | int o; |
89 | 89 | ||