1
0
mirror of https://github.com/postgres/postgres.git synced 2025-12-21 05:21:08 +03:00

Remove spurious semicolons.

Petr Jelinek
This commit is contained in:
Heikki Linnakangas
2015-03-31 15:12:27 +03:00
parent 2366761bf9
commit 4637123907
6 changed files with 6 additions and 6 deletions

View File

@@ -166,7 +166,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 */