=================================================================== RCS file: /cvs/mandoc/term_ascii.c,v retrieving revision 1.31 retrieving revision 1.32 diff -u -p -r1.31 -r1.32 --- mandoc/term_ascii.c 2014/08/16 19:00:01 1.31 +++ mandoc/term_ascii.c 2014/08/17 22:10:29 1.32 @@ -1,4 +1,4 @@ -/* $Id: term_ascii.c,v 1.31 2014/08/16 19:00:01 schwarze Exp $ */ +/* $Id: term_ascii.c,v 1.32 2014/08/17 22:10:29 schwarze Exp $ */ /* * Copyright (c) 2010, 2011 Kristaps Dzonsons * Copyright (c) 2014 Ingo Schwarze @@ -253,7 +253,7 @@ ascii_hspan(const struct termp *p, const struct roffsu case SCALE_EM: r = su->scale; break; - case SCALE_MAX: + default: abort(); /* NOTREACHED */ }