Skip to content

Commit

Permalink
Fix token order.
Browse files Browse the repository at this point in the history
  • Loading branch information
nicm committed Nov 2, 2021
1 parent f6c5457 commit 6d5e24d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lex.c
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,6 @@ static const struct token tokens[] = {
{ "no-verify", TOKNOVERIFY },
{ "none", TOKNONE },
{ "not", TOKNOT },
{ "xoauth2", TOKXOAUTH2 },
{ "oauthbearer", TOKOAUTHBEARER },
{ "old-only", TOKOLDONLY },
{ "or", TOKOR },
Expand Down Expand Up @@ -205,6 +204,7 @@ static const struct token tokens[] = {
{ "week", TOKWEEKS },
{ "weeks", TOKWEEKS },
{ "write", TOKWRITE },
{ "xoauth2", TOKXOAUTH2 },
{ "year", TOKYEARS },
{ "years", TOKYEARS }
};
Expand Down

0 comments on commit 6d5e24d

Please sign in to comment.