Commit addc8139 authored by bol-van's avatar bol-van
Browse files

tpws: fix dangling else

parent 0f1721d2
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -711,10 +711,12 @@ void parse_params(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: