summaryrefslogtreecommitdiff
path: root/usr.sbin
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>2005-11-12 15:40:10 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>2005-11-12 15:40:10 +0000
commit0bcc74a86eb34bd24e67640766f7995a5754006e (patch)
tree28f2d5ff5ae4103bd668b1e3aa7c4dad6c804879 /usr.sbin
parent9c9800d4aa82516083bfbda3a38f0cac4944fac5 (diff)
spacing
Diffstat (limited to 'usr.sbin')
-rw-r--r--usr.sbin/config/main.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/config/main.c b/usr.sbin/config/main.c
index b83116f6a9a..e0d0d4c45e2 100644
--- a/usr.sbin/config/main.c
+++ b/usr.sbin/config/main.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: main.c,v 1.37 2005/04/28 22:28:00 deraadt Exp $ */
+/* $OpenBSD: main.c,v 1.38 2005/11/12 15:40:09 deraadt Exp $ */
/* $NetBSD: main.c,v 1.22 1997/02/02 21:12:33 thorpej Exp $ */
/*
@@ -210,7 +210,7 @@ main(int argc, char *argv[])
last_component = (last_component) ? last_component + 1 : conffile;
if (pflag) {
int len = strlen(last_component) + 17;
- p = emalloc(len);
+ p = emalloc(len);
(void)snprintf(p, len, "../compile/%s.PROF", last_component);
(void)addmkoption(intern("PROF"), "-pg");
(void)addoption(intern("GPROF"), NULL);