summaryrefslogtreecommitdiff
path: root/src/roff/troff/input.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/roff/troff/input.cc')
-rw-r--r--src/roff/troff/input.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/roff/troff/input.cc b/src/roff/troff/input.cc
index d8042bce..6db4ce51 100644
--- a/src/roff/troff/input.cc
+++ b/src/roff/troff/input.cc
@@ -4386,7 +4386,7 @@ node *do_suppress()
int c = tok.ch();
if (c != '[') {
error("argument(s) of \\O must be enclosed in brackets (got %1)",
- char(s));
+ char(c));
return 0;
}
tok.next();