mirror of
https://github.com/wesnoth/wesnoth
synced 2025-05-10 22:36:59 +00:00
Replaced enum symbol CLOSE_BRACKED with CLOSE_BRACKET
This commit is contained in:
parent
06ad111ae8
commit
e73e50063c
@ -45,7 +45,7 @@ struct token
|
|||||||
PLUS = '+',
|
PLUS = '+',
|
||||||
SLASH = '/',
|
SLASH = '/',
|
||||||
OPEN_BRACKET = '[',
|
OPEN_BRACKET = '[',
|
||||||
CLOSE_BRACKED = ']',
|
CLOSE_BRACKET = ']',
|
||||||
UNDERSCORE = '_',
|
UNDERSCORE = '_',
|
||||||
END
|
END
|
||||||
} type;
|
} type;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user