diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/main.c | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -103,7 +103,8 @@ static void parse_args(int argc, char** argv) /* Do not print getopt errors */ opterr = 0; - char *argp, *ep = *argv, o; + char *argp, *ep = *argv; + int o; while((o = getopt(argc, argv, "firasSudxhln:b:e:t:")) != -1) { switch(o) { |