X-Git-Url: https://git.cameronkatri.com/mandoc.git/blobdiff_plain/9e2b86ff9d14ef40a2d3e80e6164eaa343e4face..67dcc2e5b969bc3dc00fcdd852cb6fd4ed9a2107:/term.c?ds=sidebyside diff --git a/term.c b/term.c index 8e976228..3b9277aa 100644 --- a/term.c +++ b/term.c @@ -1,4 +1,4 @@ -/* $Id: term.c,v 1.280 2019/01/15 12:16:18 schwarze Exp $ */ +/* $Id: term.c,v 1.281 2019/06/03 20:23:41 schwarze Exp $ */ /* * Copyright (c) 2008, 2009, 2010, 2011 Kristaps Dzonsons * Copyright (c) 2010-2019 Ingo Schwarze @@ -281,6 +281,8 @@ term_fill(struct termp *p, size_t *nbr, size_t *vbr, size_t vtarget) case ASCII_BREAK: vn = vis; break; + default: + abort(); } /* Can break at the end of a word. */ if (breakline || vn > vtarget)