aboutsummaryrefslogtreecommitdiff
path: root/sys/pci/cy_pci.c
diff options
context:
space:
mode:
authorAlexander Langer <alex@FreeBSD.org>1999-04-15 00:13:20 +0000
committerAlexander Langer <alex@FreeBSD.org>1999-04-15 00:13:20 +0000
commit9b0f83b7fb0750286d29cbcf2ff01eb1d5d1c54e (patch)
treee052b3ca003321ee4c8775204c60cc614486f699 /sys/pci/cy_pci.c
parent09ee9e267c470331c727dd793b9a8eaee7051a10 (diff)
downloadsrc-9b0f83b7fb0750286d29cbcf2ff01eb1d5d1c54e.tar.gz
src-9b0f83b7fb0750286d29cbcf2ff01eb1d5d1c54e.zip
Added missing newline to "no ports found!" message.
Notes
Notes: svn path=/head/; revision=45692
Diffstat (limited to 'sys/pci/cy_pci.c')
-rw-r--r--sys/pci/cy_pci.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/pci/cy_pci.c b/sys/pci/cy_pci.c
index 7113155e7cb5..46a4f5258d15 100644
--- a/sys/pci/cy_pci.c
+++ b/sys/pci/cy_pci.c
@@ -24,7 +24,7 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
- * $Id: cy_pci.c,v 1.9 1999/01/11 23:43:54 bde Exp $
+ * $Id: cy_pci.c,v 1.10 1999/01/15 10:00:12 bde Exp $
*/
/*
@@ -102,7 +102,7 @@ cy_attach(config_id, unit)
/*
* No ports found. Release resources and punt.
*/
- printf("cy%d: no ports found!", unit);
+ printf("cy%d: no ports found!\n", unit);
goto fail;
}