diff options
author | Ori Bernstein <ori@markovcorp.com> | 2018-01-22 10:04:37 -0800 |
---|---|---|
committer | Ori Bernstein <ori@markovcorp.com> | 2018-01-22 10:04:37 -0800 |
commit | 2fd4a5c53e2fbd67a44364a42ab5e46fb7bf62ca (patch) | |
tree | 2530b8f49910c011ed3a9cdace61d50fb2d07ccf /mi | |
parent | cd3218bd460b20238d67eea3c4518c8b47a41285 (diff) | |
download | mc-2fd4a5c53e2fbd67a44364a42ab5e46fb7bf62ca.tar.gz |
Embarrassing typo.
Diffstat (limited to 'mi')
-rw-r--r-- | mi/flatten.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mi/flatten.c b/mi/flatten.c index 5582af9..37b59e5 100644 --- a/mi/flatten.c +++ b/mi/flatten.c @@ -366,7 +366,7 @@ comparecomplex(Flattenctx *s, Node *n, Op op) 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; } |