Fix names of Variant operators

This commit is contained in:
George Marques 2018-04-16 14:54:49 -03:00
parent 7b5703bc41
commit fefee533ae
No known key found for this signature in database
GPG Key ID: 046BD46A3201E43D
1 changed files with 2 additions and 1 deletions

View File

@ -3728,8 +3728,9 @@ static const char *_op_names[Variant::OP_MAX] = {
"*",
"/",
"- (negation)",
"+ (positive)",
"%",
"..",
"+ (concatenation)",
"<<",
">>",
"&",