aboutsummaryrefslogtreecommitdiff
path: root/coreutils/dos2unix.c
diff options
context:
space:
mode:
Diffstat (limited to 'coreutils/dos2unix.c')
-rw-r--r--coreutils/dos2unix.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/coreutils/dos2unix.c b/coreutils/dos2unix.c
index 4ca665841..e97c3ba9a 100644
--- a/coreutils/dos2unix.c
+++ b/coreutils/dos2unix.c
@@ -33,7 +33,7 @@
33 33
34// if fn is NULL then input is stdin and output is stdout 34// if fn is NULL then input is stdin and output is stdout
35static int convert(char *fn, int ConvType) { 35static int convert(char *fn, int ConvType) {
36 char c; 36 int c;
37 char *tempFn = NULL; 37 char *tempFn = NULL;
38 FILE *in = stdin, *out = stdout; 38 FILE *in = stdin, *out = stdout;
39 39