From 3e6a72ed7b563e04635c28fcb556c3203eb58f58 Mon Sep 17 00:00:00 2001 From: Ingo Schwarze Date: Sat, 26 Sep 2015 00:54:03 +0000 Subject: /* NOTREACHED */ after abort() is silly, delete it --- term_ascii.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'term_ascii.c') diff --git a/term_ascii.c b/term_ascii.c index b7c69d7e..a36a1a69 100644 --- a/term_ascii.c +++ b/term_ascii.c @@ -1,4 +1,4 @@ -/* $Id: term_ascii.c,v 1.47 2015/07/17 22:38:29 schwarze Exp $ */ +/* $Id: term_ascii.c,v 1.48 2015/09/26 00:54:04 schwarze Exp $ */ /* * Copyright (c) 2010, 2011 Kristaps Dzonsons * Copyright (c) 2014, 2015 Ingo Schwarze @@ -260,7 +260,6 @@ ascii_hspan(const struct termp *p, const struct roffsu *su) break; default: abort(); - /* NOTREACHED */ } return(r > 0.0 ? r + 0.01 : r - 0.01); } -- cgit v1.2.3-56-ge451