=================================================================== RCS file: /cvs/mandoc/roff.c,v retrieving revision 1.55 retrieving revision 1.56 diff -u -p -r1.55 -r1.56 --- mandoc/roff.c 2008/12/09 17:09:12 1.55 +++ mandoc/roff.c 2008/12/09 19:57:26 1.56 @@ -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 * @@ -704,7 +704,7 @@ roffspecial(struct rofftree *tree, int tok, const char 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));