=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/mandoc/Attic/mdoc_strings.c,v retrieving revision 1.16 retrieving revision 1.17 diff -u -r1.16 -r1.17 --- src/usr.bin/mandoc/Attic/mdoc_strings.c 2010/05/15 12:30:59 1.16 +++ src/usr.bin/mandoc/Attic/mdoc_strings.c 2010/05/15 22:22:16 1.17 @@ -1,4 +1,4 @@ -/* $Id: mdoc_strings.c,v 1.16 2010/05/15 12:30:59 schwarze Exp $ */ +/* $Id: mdoc_strings.c,v 1.17 2010/05/15 22:22:16 schwarze Exp $ */ /* * Copyright (c) 2008 Kristaps Dzonsons * @@ -93,7 +93,7 @@ { if ('\0' == p[0]) - return(0); + return(DELIM_NONE); if ('\0' == p[1]) return(mdoc_iscdelim(p[0]));