diff options
author | 2002-09-15 00:55:56 +0000 | |
---|---|---|
committer | 2002-09-15 00:55:56 +0000 | |
commit | 550067cde0160d889182345c1ab5bc75e0cdf664 (patch) | |
tree | 6024954d542f21c30db789bc5c426b2084dfec08 | |
parent | pcmcia works somewhat (diff) | |
download | wireguard-openbsd-550067cde0160d889182345c1ab5bc75e0cdf664.tar.xz wireguard-openbsd-550067cde0160d889182345c1ab5bc75e0cdf664.zip |
nice printing
-rw-r--r-- | sys/arch/macppc/macppc/autoconf.c | 6 |
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); } |