diff options
Diffstat (limited to 'coreutils/dos2unix.c')
-rw-r--r-- | coreutils/dos2unix.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/coreutils/dos2unix.c b/coreutils/dos2unix.c index 1ed8771c0..62c1361b2 100644 --- a/coreutils/dos2unix.c +++ b/coreutils/dos2unix.c | |||
@@ -82,6 +82,7 @@ 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 | { | 87 | { |
87 | int o; | 88 | int o; |