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

View file

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