1
0
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:
Heikki Linnakangas
2015-03-31 15:12:27 +03:00
parent fa1e5afa8a
commit 1d0db8de04
7 changed files with 9 additions and 9 deletions

View File

@ -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 */