mirror of
https://github.com/wesnoth/wesnoth
synced 2025-05-10 04:59:40 +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 = '+',
|
||||
SLASH = '/',
|
||||
OPEN_BRACKET = '[',
|
||||
CLOSE_BRACKED = ']',
|
||||
CLOSE_BRACKET = ']',
|
||||
UNDERSCORE = '_',
|
||||
END
|
||||
} type;
|
||||
|
Loading…
x
Reference in New Issue
Block a user