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