=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/mandoc/roff_validate.c,v retrieving revision 1.16 retrieving revision 1.17 diff -u -r1.16 -r1.17 --- src/usr.bin/mandoc/roff_validate.c 2018/12/31 07:07:43 1.16 +++ src/usr.bin/mandoc/roff_validate.c 2018/12/31 08:38:17 1.17 @@ -1,4 +1,4 @@ -/* $OpenBSD: roff_validate.c,v 1.16 2018/12/31 07:07:43 schwarze Exp $ */ +/* $OpenBSD: roff_validate.c,v 1.17 2018/12/31 08:38:17 schwarze Exp $ */ /* * Copyright (c) 2010, 2017, 2018 Ingo Schwarze * @@ -94,7 +94,7 @@ static void roff_valid_fi(ROFF_VALID_ARGS) { - if ((man->flags & ROFF_NOFILL) == 0) + if ((n->flags & NODE_NOFILL) == 0) mandoc_msg(MANDOCERR_FI_SKIP, n->line, n->pos, "fi"); }