summaryrefslogtreecommitdiff
path: root/sys
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>2002-09-15 00:55:57 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>2002-09-15 00:55:57 +0000
commit6a5ac86b44e1672a17310a61c8331dafeca2e085 (patch)
treedec20f77d36656c0cd23b0dc03d988c990891e17 /sys
parent82885bf8ca9f0a1b1651c0ce6d991b091dd38e66 (diff)
nice printing
Diffstat (limited to 'sys')
-rw-r--r--sys/arch/macppc/macppc/autoconf.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/arch/macppc/macppc/autoconf.c b/sys/arch/macppc/macppc/autoconf.c
index ae61b1f487c..1212c33e7d1 100644
--- a/sys/arch/macppc/macppc/autoconf.c
+++ b/sys/arch/macppc/macppc/autoconf.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: autoconf.c,v 1.5 2002/09/14 18:47:30 deraadt Exp $ */
+/* $OpenBSD: autoconf.c,v 1.6 2002/09/15 00:55:56 deraadt Exp $ */
/*
* Copyright (c) 1996, 1997 Per Fogelstrom
* Copyright (c) 1995 Theo de Raadt
@@ -41,7 +41,7 @@
* from: Utah Hdr: autoconf.c 1.31 91/01/21
*
* from: @(#)autoconf.c 8.1 (Berkeley) 6/10/93
- * $Id: autoconf.c,v 1.5 2002/09/14 18:47:30 deraadt Exp $
+ * $Id: autoconf.c,v 1.6 2002/09/15 00:55:56 deraadt Exp $
*/
/*
@@ -582,7 +582,7 @@ findtype(s)
dp++;
}
if (dp->att == NULL) {
- printf("string [%s]not found\n", *s);
+ printf("string [%s] not found\n", *s);
}
return(dp);
}