summaryrefslogtreecommitdiffstats
path: root/roff.c
diff options
context:
space:
mode:
authorKristaps Dzonsons <kristaps@bsd.lv>2008-12-09 19:57:26 +0000
committerKristaps Dzonsons <kristaps@bsd.lv>2008-12-09 19:57:26 +0000
commit5181e986114c18c409bb0b17c01aa4306c15c24e (patch)
tree2ded27b85f10b0f771f6fc5a128313d0f837b2a3 /roff.c
parente7ff9604055db4b313427625036e15953beaaebc (diff)
downloadmandoc-5181e986114c18c409bb0b17c01aa4306c15c24e.tar.gz
*** empty log message ***
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));