=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/mandoc/man.c,v retrieving revision 1.119 retrieving revision 1.120 diff -u -r1.119 -r1.120 --- src/usr.bin/mandoc/man.c 2017/05/01 23:27:23 1.119 +++ src/usr.bin/mandoc/man.c 2017/05/05 15:16:25 1.120 @@ -1,4 +1,4 @@ -/* $OpenBSD: man.c,v 1.119 2017/05/01 23:27:23 schwarze Exp $ */ +/* $OpenBSD: man.c,v 1.120 2017/05/05 15:16:25 schwarze Exp $ */ /* * Copyright (c) 2008, 2009, 2010, 2011 Kristaps Dzonsons * Copyright (c) 2013, 2014, 2015, 2017 Ingo Schwarze @@ -95,7 +95,7 @@ /* Allocate a blank entry. */ if (man->last->tok != MAN_SH && man->last->tok != MAN_SS) { - roff_elem_alloc(man, line, offs, MAN_sp); + roff_elem_alloc(man, line, offs, ROFF_sp); man->next = ROFF_NEXT_SIBLING; } return 1;