summaryrefslogtreecommitdiff
path: root/sbin/pflogd/pflogd.c
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>2003-10-22 19:53:16 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>2003-10-22 19:53:16 +0000
commit0d080397ee77d9b55a71b17e6566ebd6498eef30 (patch)
tree5aeaf9a5d92622ec8dfccef9044740b5547c856d /sbin/pflogd/pflogd.c
parent9acbdcc1d2a96d3e324476e78bb6e7d21ed8859c (diff)
spacing
Diffstat (limited to 'sbin/pflogd/pflogd.c')
-rw-r--r--sbin/pflogd/pflogd.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sbin/pflogd/pflogd.c b/sbin/pflogd/pflogd.c
index a73ed438692..85d6baf2514 100644
--- a/sbin/pflogd/pflogd.c
+++ b/sbin/pflogd/pflogd.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: pflogd.c,v 1.23 2003/10/22 18:51:55 canacar Exp $ */
+/* $OpenBSD: pflogd.c,v 1.24 2003/10/22 19:53:15 deraadt Exp $ */
/*
* Copyright (c) 2001 Theo de Raadt
@@ -337,7 +337,7 @@ main(int argc, char **argv)
exit(1);
}
- /* Privilege separation begins here */
+ /* Privilege separation begins here */
if (priv_init()) {
logmsg(LOG_ERR, "unable to privsep");
exit(1);