X-Git-Url: https://git.cameronkatri.com/mandoc.git/blobdiff_plain/63754be3d9019deac1f78cdebeff57c4a0d9c617..a05a7dc6431a45751c25621ed5a20737e5fcc03a:/mdoc_strings.c diff --git a/mdoc_strings.c b/mdoc_strings.c index 2b669e29..c80308f5 100644 --- a/mdoc_strings.c +++ b/mdoc_strings.c @@ -1,4 +1,4 @@ -/* $Id: mdoc_strings.c,v 1.20 2010/05/15 08:54:04 schwarze Exp $ */ +/* $Id: mdoc_strings.c,v 1.21 2010/05/15 17:26:34 kristaps Exp $ */ /* * Copyright (c) 2008 Kristaps Dzonsons * @@ -97,7 +97,7 @@ mdoc_isdelim(const char *p) { if ('\0' == p[0]) - return(0); + return(DELIM_NONE); if ('\0' == p[1]) return(mdoc_iscdelim(p[0]));