diff --git a/src/getdata.c b/src/getdata.c index eb92c66..e77b76c 100644 --- a/src/getdata.c +++ b/src/getdata.c @@ -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;