artulab
projects
/
openbsd
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
137747f
)
typo, sorry
author
schwarze
<schwarze@openbsd.org>
Sun, 17 Aug 2014 22:08:53 +0000
(22:08 +0000)
committer
schwarze
<schwarze@openbsd.org>
Sun, 17 Aug 2014 22:08:53 +0000
(22:08 +0000)
usr.bin/mandoc/term_ascii.c
patch
|
blob
|
history
diff --git
a/usr.bin/mandoc/term_ascii.c
b/usr.bin/mandoc/term_ascii.c
index
e112462
..
0ee4430
100644
(file)
--- 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 <kristaps@bsd.lv>
* Copyright (c) 2014 Ingo Schwarze <schwarze@openbsd.org>
@@
-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 */
}