diff options
Diffstat (limited to 'dos2unix.c')
-rw-r--r-- | dos2unix.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -33,7 +33,7 @@ // if fn is NULL then input is stdin and output is stdout static int convert(char *fn, int ConvType) { - char c; + int c; char *tempFn = NULL; FILE *in = stdin, *out = stdout; |