getdata: do not use 'else' after 'continue'

Signed-off-by: Sami Kerola <kerolasa@iki.fi>
This commit is contained in:
Sami Kerola 2017-11-07 13:37:59 +00:00
parent e5cd46e4e9
commit e9736f74e7
No known key found for this signature in database
GPG key ID: A9553245FDE9B739

View file

@ -271,8 +271,8 @@ void parse_config(int is_include, const char *restrict config_file,
if (i == 0) {
newclause = 1;
continue;
} else
break;
}
break;
case '}':
if (0 < quote)
break;