ref: 2fd4a5c53e2fbd67a44364a42ab5e46fb7bf62ca
parent: cd3218bd460b20238d67eea3c4518c8b47a41285
author: Ori Bernstein <[email protected]>
date: Mon Jan 22 05:04:37 EST 2018
Embarrassing typo.
--- a/mi/flatten.c
+++ b/mi/flatten.c
@@ -366,7 +366,7 @@
return e;
}
fatal(n, "cannot compare values of type %s for equality\n",
- tystr(exprtype(n->expr.args[0]));
+ tystr(exprtype(n->expr.args[0])));
return NULL;
}