aboutsummaryrefslogtreecommitdiff
path: root/dos2unix.c
diff options
context:
space:
mode:
Diffstat (limited to 'dos2unix.c')
-rw-r--r--dos2unix.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/dos2unix.c b/dos2unix.c
index 4ca665841..e97c3ba9a 100644
--- a/dos2unix.c
+++ b/dos2unix.c
@@ -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;