aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
-rw-r--r--term_ascii.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/term_ascii.c b/term_ascii.c
index 8a2458c3..ab629026 100644
--- a/term_ascii.c
+++ b/term_ascii.c
@@ -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 <kristaps@bsd.lv>
* Copyright (c) 2014 Ingo Schwarze <schwarze@openbsd.org>
@@ -253,7 +253,7 @@ ascii_hspan(const struct termp *p, const struct roffsu *su)
case SCALE_EM:
r = su->scale;
break;
- case SCALE_MAX:
+ default:
abort();
/* NOTREACHED */
}