mirror of
https://github.com/postgres/postgres.git
synced 2025-06-16 06:01:02 +03:00
Remove spurious semicolons.
Petr Jelinek
This commit is contained in:
@ -165,7 +165,7 @@ static inline void
|
||||
lex_expect(JsonParseContext ctx, JsonLexContext *lex, JsonTokenType token)
|
||||
{
|
||||
if (!lex_accept(lex, token, NULL))
|
||||
report_parse_error(ctx, lex);;
|
||||
report_parse_error(ctx, lex);
|
||||
}
|
||||
|
||||
/* chars to consider as part of an alphanumeric token */
|
||||
|
Reference in New Issue
Block a user