summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/cmd/deroff.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cmd/deroff.c b/src/cmd/deroff.c
index 0ad08375..4c48989c 100644
--- a/src/cmd/deroff.c
+++ b/src/cmd/deroff.c
@@ -745,7 +745,7 @@ eqn(void)
}
if(c != '\n')
while(C1 != '\n') {
- if(chars[c] == PUNCT)
+ if(charclass(c) == PUNCT)
last = c;
else
if(c != ' ')