Simon Krajewski преди 12 години
родител
ревизия
11e68f0eb2
променени са 1 файла, в които са добавени 2 реда и са изтрити 2 реда
  1. 2 2
      std/haxe/macro/Printer.hx

+ 2 - 2
std/haxe/macro/Printer.hx

@@ -63,8 +63,8 @@ class Printer {
 		case OpMod: "%";
 		case OpInterval: "...";
 		case OpAssignOp(op):
-			printBinop(op);
-			"=";
+			printBinop(op)
+			+ "=";
 	}
 		
 	public function printConstant(c:Constant) return switch(c) {