diff --git a/common.c b/common.c index 10d4293..548de33 100644 --- a/common.c +++ b/common.c @@ -1021,6 +1021,7 @@ config_parser_parse_value (struct config_parser *self, jmp_buf out) if (ACCEPT (CONFIG_T_LBRACE)) { result = config_parser_parse_object (self, out); + SKIP_NL (); EXPECT (CONFIG_T_RBRACE); return result; }