diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2017-01-21 13:01:39 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2017-01-21 13:01:39 +0000 |
commit | ef7476572c9a18c0cb4d5dbaf3a81f1628419abb (patch) | |
tree | 0358496ea53f35b6dc31f8a296a2021c99db1b89 /mdoc_state.c | |
parent | 05798824d24a3b26ef3439303ad694202c75729e (diff) |
Notes
Diffstat (limited to 'mdoc_state.c')
-rw-r--r-- | mdoc_state.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mdoc_state.c b/mdoc_state.c index cbd7376309e8e..4e376ef07347e 100644 --- a/mdoc_state.c +++ b/mdoc_state.c @@ -1,4 +1,4 @@ -/* $Id: mdoc_state.c,v 1.3 2015/10/30 18:53:54 schwarze Exp $ */ +/* $Id: mdoc_state.c,v 1.4 2017/01/10 13:47:00 schwarze Exp $ */ /* * Copyright (c) 2014, 2015 Ingo Schwarze <schwarze@openbsd.org> * @@ -249,7 +249,7 @@ state_sh(STATE_ARGS) if (n->type != ROFFT_HEAD) return; - if ( ! (n->flags & MDOC_VALID)) { + if ( ! (n->flags & NODE_VALID)) { secname = NULL; deroff(&secname, n); |