summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xztcfg.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ztcfg.c b/ztcfg.c
index 3c4b5fe..82cd2c0 100755
--- a/ztcfg.c
+++ b/ztcfg.c
@@ -1105,7 +1105,7 @@ static void usage(char *argv0, int exitcode)
int main(int argc, char *argv[])
{
- char c;
+ int c;
char *buf;
char *key, *value;
int x,found;