=================================================================== RCS file: /cvs/mandoc/term_ascii.c,v retrieving revision 1.49 retrieving revision 1.50 diff -u -p -r1.49 -r1.50 --- mandoc/term_ascii.c 2015/10/06 18:32:20 1.49 +++ mandoc/term_ascii.c 2015/10/12 00:08:16 1.50 @@ -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 * Copyright (c) 2014, 2015 Ingo Schwarze @@ -246,7 +246,6 @@ ascii_hspan(const struct termp *p, const struct roffsu 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 r = su->scale * 10.0 / 3.0; break; case SCALE_EN: - /* FALLTHROUGH */ case SCALE_EM: r = su->scale * 24.0; break;