=================================================================== RCS file: /cvs/mandoc/term_ascii.c,v retrieving revision 1.30 retrieving revision 1.30.2.1 diff -u -p -r1.30 -r1.30.2.1 --- mandoc/term_ascii.c 2014/08/14 22:33:10 1.30 +++ mandoc/term_ascii.c 2014/08/17 22:14:28 1.30.2.1 @@ -1,4 +1,4 @@ -/* $Id: term_ascii.c,v 1.30 2014/08/14 22:33:10 schwarze Exp $ */ +/* $Id: term_ascii.c,v 1.30.2.1 2014/08/17 22:14:28 schwarze Exp $ */ /* * Copyright (c) 2010, 2011 Kristaps Dzonsons * Copyright (c) 2014 Ingo Schwarze @@ -264,7 +264,7 @@ ascii_hspan(const struct termp *p, const struct roffsu case SCALE_EM: r = su->scale; break; - case SCALE_MAX: + default: abort(); /* NOTREACHED */ }