summaryrefslogtreecommitdiffstats
path: root/mandoc.c
diff options
context:
space:
mode:
authorKristaps Dzonsons <kristaps@bsd.lv>2010-01-05 19:51:10 +0000
committerKristaps Dzonsons <kristaps@bsd.lv>2010-01-05 19:51:10 +0000
commitb06b1d17e3f10d97004248b522836e979cdd476d (patch)
tree416c85fec1eb008f7820d37e90b6f6f14083c70c /mandoc.c
parentd528698170d7946777e4971b9927001423e6b132 (diff)
downloadmandoc-b06b1d17e3f10d97004248b522836e979cdd476d.tar.gz
Removed references to `\\' escape (noted by Jason McIntyre, Ingo Schwarze).
Diffstat (limited to 'mandoc.c')
-rw-r--r--mandoc.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/mandoc.c b/mandoc.c
index cf545382..69cdd8d6 100644
--- a/mandoc.c
+++ b/mandoc.c
@@ -43,8 +43,6 @@ mandoc_special(const char *p)
return(0);
switch (*p) {
- case ('\\'):
- /* FALLTHROUGH */
case ('\''):
/* FALLTHROUGH */
case ('`'):