aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/term_ascii.c
diff options
context:
space:
mode:
Diffstat (limited to 'term_ascii.c')
-rw-r--r--term_ascii.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/term_ascii.c b/term_ascii.c
index 42ac4021..1c064878 100644
--- a/term_ascii.c
+++ b/term_ascii.c
@@ -1,4 +1,4 @@
-/* $Id: term_ascii.c,v 1.49 2015/10/06 18:32:20 schwarze Exp $ */
+/* $Id: term_ascii.c,v 1.50 2015/10/12 00:08:16 schwarze Exp $ */
/*
* Copyright (c) 2010, 2011 Kristaps Dzonsons <kristaps@bsd.lv>
* Copyright (c) 2014, 2015 Ingo Schwarze <schwarze@openbsd.org>
@@ -246,7 +246,6 @@ ascii_hspan(const struct termp *p, const struct roffsu *su)
r = su->scale * 0.24;
break;
case SCALE_VS:
- /* FALLTHROUGH */
case SCALE_PC:
r = su->scale * 40.0;
break;
@@ -254,7 +253,6 @@ ascii_hspan(const struct termp *p, const struct roffsu *su)
r = su->scale * 10.0 / 3.0;
break;
case SCALE_EN:
- /* FALLTHROUGH */
case SCALE_EM:
r = su->scale * 24.0;
break;