mirror of
https://github.com/fabiangreffrath/woof.git
synced 2025-09-26 22:44:30 -04:00
fix typo in u_scanner.c
Found it with clang_tidy.
This commit is contained in:
parent
e1d0b663e5
commit
6efba9ba48
@ -46,7 +46,7 @@ static const char* U_TokenNames[TK_NumSpecialTokens] =
|
||||
"Logical Or",
|
||||
"Equals",
|
||||
"Not Equals",
|
||||
"Greater Than or Equals"
|
||||
"Greater Than or Equals",
|
||||
"Less Than or Equals",
|
||||
"Left Shift",
|
||||
"Right Shift"
|
||||
|
Loading…
x
Reference in New Issue
Block a user