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 --- out.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'out.c') diff --git a/out.c b/out.c index 53b93fbe..46b61b2d 100644 --- a/out.c +++ b/out.c @@ -1,4 +1,4 @@ -/* $Id: out.c,v 1.59 2015/01/30 04:11:50 schwarze Exp $ */ +/* $Id: out.c,v 1.60 2015/09/26 00:54:04 schwarze Exp $ */ /* * Copyright (c) 2009, 2010, 2011 Kristaps Dzonsons * Copyright (c) 2011, 2014, 2015 Ingo Schwarze @@ -262,7 +262,6 @@ tblcalc_data(struct rofftbl *tbl, struct roffcol *col, break; default: abort(); - /* NOTREACHED */ } } -- cgit v1.2.3