aboutsummaryrefslogtreecommitdiffhomepage
path: root/io.c
diff options
context:
space:
mode:
Diffstat (limited to 'io.c')
-rw-r--r--io.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/io.c b/io.c
index 548e5ae..760dea3 100644
--- a/io.c
+++ b/io.c
@@ -468,7 +468,7 @@ vbfmt(struct wbuf *out, const char *fmt, va_list ap)
case TKSETSUB: s = "-="; goto C2;
case TKSETMUL: s = "*="; goto C2;
case TKSETDIV: s = "/="; goto C2;
- case TKSETMOD: s = "%="; goto C2;
+ case TKSETREM: s = "%="; goto C2;
case TKSETIOR: s = "|="; goto C2;
case TKSETXOR: s = "^="; goto C2;
case TKSETAND: s = "&="; goto C2;