From 671cef6ab353a6143f88622a86049681ee19e8f4 Mon Sep 17 00:00:00 2001 From: Gediminas Jakutis Date: Fri, 14 Feb 2020 14:18:51 +0200 Subject: =?UTF-8?q?=EF=BC=A5=EF=BC=AE=EF=BC=B4=EF=BC=A5=EF=BC=B2=EF=BC=B0?= =?UTF-8?q?=EF=BC=B2=EF=BC=A9=EF=BC=B3=EF=BC=A5=20things=20up.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Gediminas Jakutis --- src/main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/main.c') 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); -- cgit v1.2.3