aboutsummaryrefslogtreecommitdiffstatshomepage
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
commit0d929500feda128e984bf588a68b3bb51a9df71d (patch)
treebf31eb522fc5c2cc4358e8caa03618655ac7dd8f /roff.c
parentde293edce893b52ed59d9c7bff96f77a591319e1 (diff)
downloadmandoc-0d929500feda128e984bf588a68b3bb51a9df71d.tar.gz
mandoc-0d929500feda128e984bf588a68b3bb51a9df71d.tar.zst
mandoc-0d929500feda128e984bf588a68b3bb51a9df71d.zip
*** empty log message ***
Diffstat (limited to 'roff.c')
-rw-r--r--roff.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/roff.c b/roff.c
index cd6bca3a..e4c973ba 100644
--- a/roff.c
+++ b/roff.c
@@ -1,4 +1,4 @@
-/* $Id: roff.c,v 1.55 2008/12/09 17:09:12 kristaps Exp $ */
+/* $Id: roff.c,v 1.56 2008/12/09 19:57:26 kristaps Exp $ */
/*
* Copyright (c) 2008 Kristaps Dzonsons <kristaps@kth.se>
*
@@ -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));