Add comma to the last array element to prevent putting multiple elements on a single line

This commit is contained in:
elsid 2022-09-14 00:08:19 +02:00
parent 675c0f9b31
commit 410a2881fe
No known key found for this signature in database
GPG key ID: 4DE04C198CBA7625
22 changed files with 48 additions and 40 deletions

View file

@ -249,7 +249,7 @@ namespace Compiler
"return",
"messagebox",
"set", "to",
nullptr
nullptr,
};
bool Scanner::scanName (MultiChar& c, Parser& parser, bool& cont, std::string name)