diff options
Diffstat (limited to 'mdoc_strings.c')
-rw-r--r-- | mdoc_strings.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/mdoc_strings.c b/mdoc_strings.c index 1a8b031b..24bc2b00 100644 --- a/mdoc_strings.c +++ b/mdoc_strings.c @@ -147,6 +147,8 @@ mdoc_iscdelim(char p) { switch (p) { + case('|'): + /* FALLTHROUGH */ case('.'): /* FALLTHROUGH */ case(','): |