From 951e7f7220700caf006252bb33e657350546ecc9 Mon Sep 17 00:00:00 2001 From: Theo de Raadt Date: Mon, 4 Apr 2005 19:31:12 +0000 Subject: spacing; ok cloder --- sbin/isakmpd/log.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'sbin/isakmpd/log.c') diff --git a/sbin/isakmpd/log.c b/sbin/isakmpd/log.c index b4abd320148..aeffda7d569 100644 --- a/sbin/isakmpd/log.c +++ b/sbin/isakmpd/log.c @@ -1,4 +1,4 @@ -/* $OpenBSD: log.c,v 1.51 2005/02/27 13:12:12 hshoexer Exp $ */ +/* $OpenBSD: log.c,v 1.52 2005/04/04 19:31:11 deraadt Exp $ */ /* $EOM: log.c,v 1.30 2000/09/29 08:19:23 niklas Exp $ */ /* @@ -424,7 +424,7 @@ log_packet_init(char *newname) /* Sanity checks. */ if ((st.st_mode & S_IFMT) != S_IFREG) { log_print("log_packet_init: existing capture file is " - "not a regular file"); + "not a regular file"); return; } if ((st.st_mode & (S_IRWXG | S_IRWXO)) != 0) { -- cgit v1.2.3