summaryrefslogtreecommitdiffstats
path: root/usr.bin/ssh/log.c
diff options
context:
space:
mode:
authorderaadt <deraadt@openbsd.org>2001-12-19 07:18:56 +0000
committerderaadt <deraadt@openbsd.org>2001-12-19 07:18:56 +0000
commit660b1623ac34469dd86eaf69a3bccd2a8642bb90 (patch)
tree5ba7846ddd7874585d9bc2e7332ee4b225377280 /usr.bin/ssh/log.c
parentIntroduce brdtyp and change what cputyp means. (diff)
downloadwireguard-openbsd-660b1623ac34469dd86eaf69a3bccd2a8642bb90.tar.xz
wireguard-openbsd-660b1623ac34469dd86eaf69a3bccd2a8642bb90.zip
basic KNF done while i was looking for something else
Diffstat (limited to 'usr.bin/ssh/log.c')
-rw-r--r--usr.bin/ssh/log.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/ssh/log.c b/usr.bin/ssh/log.c
index e10bf813cd4..6cbdc8057ab 100644
--- a/usr.bin/ssh/log.c
+++ b/usr.bin/ssh/log.c
@@ -34,7 +34,7 @@
*/
#include "includes.h"
-RCSID("$OpenBSD: log.c,v 1.18 2001/06/26 17:27:23 markus Exp $");
+RCSID("$OpenBSD: log.c,v 1.19 2001/12/19 07:18:56 deraadt Exp $");
#include "log.h"
#include "xmalloc.h"
@@ -239,7 +239,7 @@ fatal_cleanup(void)
for (cu = fatal_cleanups; cu; cu = next_cu) {
next_cu = cu->next;
debug("Calling cleanup 0x%lx(0x%lx)",
- (u_long) cu->proc, (u_long) cu->context);
+ (u_long) cu->proc, (u_long) cu->context);
(*cu->proc) (cu->context);
}
exit(255);