summaryrefslogtreecommitdiffstats
path: root/roff.c
diff options
context:
space:
mode:
Diffstat (limited to 'roff.c')
-rw-r--r--roff.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/roff.c b/roff.c
index 4e31ce0c..8ed064c6 100644
--- a/roff.c
+++ b/roff.c
@@ -704,7 +704,7 @@ roffspecial(struct rofftree *tree, int tok, const char *start,
case (ROFF_At):
if (0 == sz)
break;
- if (ROFF_ATT_MAX == roff_att(*ordp))
+ if (ROFF_ATT_MAX != roff_att(*ordp))
break;
return(roff_errp(tree, *ordp, tok, ERR_BADARG));