diff options
Diffstat (limited to 'common.c')
-rw-r--r-- | common.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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; } |