Commit 0f1721d2 authored by bol-van's avatar bol-van
Browse files

nfqws: dangling else fix

parent abdc8d94
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -1392,10 +1392,12 @@ int main(int argc, char **argv)
	while ((v = getopt_long_only(argc, argv, "", long_options, &option_index)) != -1)
	{
		if (v)
		{
			if (bDry)
				exit_clean(1);
			else
				exithelp_clean();
		}
		switch (option_index)
		{
		case 0: /* debug */