aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--c.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/c.c b/c.c
index 20297ce..2c899ac 100644
--- a/c.c
+++ b/c.c
@@ -448,7 +448,7 @@ condtype(const struct expr *a, const struct expr *b)
static void
bintypeerr(const struct span *span, enum toktag tt, union type lhs, union type rhs)
{
- error(span, "bad operands to %tt: %'ty', '%ty'", tt, lhs, rhs);
+ error(span, "bad operands to %tt: '%ty', '%ty'", tt, lhs, rhs);
}
enum binopclass { /* binary operator type-checking classes */