diff options
Diffstat (limited to 'strings.c')
-rw-r--r-- | strings.c | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -95,6 +95,8 @@ mdoc_isescape(const char *p) /* FALLTHROUGH */ case ('.'): /* FALLTHROUGH */ + case (':'): + /* FALLTHROUGH */ case ('e'): return(2); case ('*'): |