artulab
projects
/
openbsd
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e1e5254
)
Oops. Garbage collect unused variable.
author
schwarze
<schwarze@openbsd.org>
Sun, 24 Aug 2014 23:44:50 +0000
(23:44 +0000)
committer
schwarze
<schwarze@openbsd.org>
Sun, 24 Aug 2014 23:44:50 +0000
(23:44 +0000)
usr.bin/mandoc/term_ps.c
patch
|
blob
|
history
diff --git
a/usr.bin/mandoc/term_ps.c
b/usr.bin/mandoc/term_ps.c
index
8504036
..
cd5d326
100644
(file)
--- a/
usr.bin/mandoc/term_ps.c
+++ b/
usr.bin/mandoc/term_ps.c
@@
-1,4
+1,4
@@
-/* $OpenBSD: term_ps.c,v 1.
29 2014/08/24 23:40:41
schwarze Exp $ */
+/* $OpenBSD: term_ps.c,v 1.
30 2014/08/24 23:44:50
schwarze Exp $ */
/*
* Copyright (c) 2010, 2011 Kristaps Dzonsons <kristaps@bsd.lv>
* Copyright (c) 2014 Ingo Schwarze <schwarze@openbsd.org>
@@
-1066,7
+1066,7
@@
ps_fclose(struct termp *p)
static void
ps_letter(struct termp *p, int arg)
{
- char c
c, c
;
+ char c;
c = arg >= 128 || arg <= 0 ? '?' : arg;