diff options
Diffstat (limited to 'src/main.c')
-rw-r--r-- | src/main.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -102,7 +102,7 @@ static int parseargs(int argc, char **argv, struct settings_s * settings) *settings = s; - if (0) { + while (0) { err: ret = EINVAL; printhelp(*argv); |