artulab
projects
/
openbsd
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a0d792c
)
zap newline in warn(); from kshe
author
otto
<otto@openbsd.org>
Tue, 28 Nov 2017 17:43:45 +0000
(17:43 +0000)
committer
otto
<otto@openbsd.org>
Tue, 28 Nov 2017 17:43:45 +0000
(17:43 +0000)
usr.bin/dc/bcode.c
patch
|
blob
|
history
diff --git
a/usr.bin/dc/bcode.c
b/usr.bin/dc/bcode.c
index
c1236a0
..
8e435bb
100644
(file)
--- a/
usr.bin/dc/bcode.c
+++ b/
usr.bin/dc/bcode.c
@@
-1,4
+1,4
@@
-/* $OpenBSD: bcode.c,v 1.5
4 2017/11/28 09:44:14
otto Exp $ */
+/* $OpenBSD: bcode.c,v 1.5
5 2017/11/28 17:43:45
otto Exp $ */
/*
* Copyright (c) 2003, Otto Moerbeek <otto@drijf.net>
@@
-1428,7
+1428,7
@@
not_compare(void)
break;
default:
unreadch();
- warnx("! command is deprecated
\n
");
+ warnx("! command is deprecated");
break;
}
}