summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--mdoc_strings.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/mdoc_strings.c b/mdoc_strings.c
index a5ebdc83..675d0769 100644
--- a/mdoc_strings.c
+++ b/mdoc_strings.c
@@ -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]));