From: schwarze Date: Sun, 17 Aug 2014 22:08:53 +0000 (+0000) Subject: typo, sorry X-Git-Url: http://artulab.com/gitweb/?a=commitdiff_plain;h=4ffbec5dda97acc801e425b741213d15668770ab;p=openbsd typo, sorry --- diff --git a/usr.bin/mandoc/term_ascii.c b/usr.bin/mandoc/term_ascii.c index e112462d8d2..0ee4430a4da 100644 --- a/usr.bin/mandoc/term_ascii.c +++ b/usr.bin/mandoc/term_ascii.c @@ -1,4 +1,4 @@ -/* $Id: term_ascii.c,v 1.19 2014/08/17 22:06:49 schwarze Exp $ */ +/* $Id: term_ascii.c,v 1.20 2014/08/17 22:08:53 schwarze Exp $ */ /* * Copyright (c) 2010, 2011 Kristaps Dzonsons * Copyright (c) 2014 Ingo Schwarze @@ -243,7 +243,7 @@ ascii_hspan(const struct termp *p, const struct roffsu *su) case SCALE_EM: r = su->scale; break; - case default: + default: abort(); /* NOTREACHED */ }