to be passed as a format string; no functional change;
reported by Michael <Stapelberg at debian>.
static void
post_UR(CHKARGS)
{
static void
post_UR(CHKARGS)
{
if (n->type == ROFFT_HEAD && n->child == NULL)
if (n->type == ROFFT_HEAD && n->child == NULL)
- mandoc_vmsg(MANDOCERR_UR_NOHEAD, man->parse,
+ mandoc_msg(MANDOCERR_UR_NOHEAD, man->parse,
n->line, n->pos, roff_name[n->tok]);
check_part(man, n);
}
n->line, n->pos, roff_name[n->tok]);
check_part(man, n);
}