mirror of
https://gitlab.com/OpenMW/openmw.git
synced 2025-04-28 12:58:00 +03:00
Add comma to the last array element to prevent putting multiple elements on a single line
This commit is contained in:
parent
675c0f9b31
commit
410a2881fe
22 changed files with 48 additions and 40 deletions
|
@ -249,7 +249,7 @@ namespace Compiler
|
|||
"return",
|
||||
"messagebox",
|
||||
"set", "to",
|
||||
nullptr
|
||||
nullptr,
|
||||
};
|
||||
|
||||
bool Scanner::scanName (MultiChar& c, Parser& parser, bool& cont, std::string name)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue