=================================================================== RCS file: /cvs/mandoc/Attic/macro.c,v retrieving revision 1.59 retrieving revision 1.60 diff -u -p -r1.59 -r1.60 --- mandoc/Attic/macro.c 2009/03/08 18:02:36 1.59 +++ mandoc/Attic/macro.c 2009/03/08 19:32:03 1.60 @@ -1,4 +1,4 @@ -/* $Id: macro.c,v 1.59 2009/03/08 18:02:36 kristaps Exp $ */ +/* $Id: macro.c,v 1.60 2009/03/08 19:32:03 kristaps Exp $ */ /* * Copyright (c) 2008 Kristaps Dzonsons * @@ -238,7 +238,7 @@ scopewarn(struct mdoc *mdoc, enum mdoc_type type, n = t = ""; tt = "block"; - switch (p->type) { + switch (type) { case (MDOC_BODY): tt = "multi-line"; break;