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 f2813aa..eba7e13 100755
--- a/ztcfg.c
+++ b/ztcfg.c
@@ -676,7 +676,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;