summaryrefslogtreecommitdiffstats
path: root/term_ascii.c
diff options
context:
space:
mode:
Diffstat (limited to 'term_ascii.c')
-rw-r--r--term_ascii.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/term_ascii.c b/term_ascii.c
index 2c11a79c..b11e222e 100644
--- a/term_ascii.c
+++ b/term_ascii.c
@@ -260,12 +260,13 @@ ascii_hspan(const struct termp *p, const struct roffsu *su)
r = su->scale * 2.0 - 1.0;
break;
case SCALE_EN:
+ /* FALLTHROUGH */
case SCALE_EM:
r = su->scale;
break;
case SCALE_MAX:
abort();
- break;
+ /* NOTREACHED */
}
return(r);