From 954fff8d374d7db929c01b28e8a693cb411c5cfa Mon Sep 17 00:00:00 2001 From: Marcus Glocker Date: Fri, 29 Dec 2006 07:17:54 +0000 Subject: Don't wrap MAC address to newline. --- sys/dev/pci/if_malo_pci.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'sys') diff --git a/sys/dev/pci/if_malo_pci.c b/sys/dev/pci/if_malo_pci.c index bf5fe855118..0aa43b71f90 100644 --- a/sys/dev/pci/if_malo_pci.c +++ b/sys/dev/pci/if_malo_pci.c @@ -1,4 +1,4 @@ -/* $OpenBSD: if_malo_pci.c,v 1.2 2006/11/29 10:37:11 mglocker Exp $ */ +/* $OpenBSD: if_malo_pci.c,v 1.3 2006/12/29 07:17:53 mglocker Exp $ */ /* * Copyright (c) 2006 Marcus Glocker @@ -135,7 +135,7 @@ malo_pci_attach(struct device *parent, struct device *self, void *aux) printf("\n"); return; } - printf(": %s\n", intrstr); + printf(": %s", intrstr); malo_attach(sc); } -- cgit v1.2.3