Commit Diff


commit - 1e648e778e98dbde108c2fbfc151cabdf7acd226
commit + 769047e6df99437f3dce8ba0e3da85a93cccd512
blob - 4fb5bc0910430077c25c774212922762678ad98f
blob + d2d2f771c888629ea4e01ae4d9192cd199a28f26
--- script.c
+++ script.c
@@ -1060,7 +1060,6 @@ eval(struct op *op)
 		popv(&b);
 		popv(&a);
 		pushbool(val_eq(&a, &b));
-
 		break;
 
 	case OP_FACCESS: