From e706a82c192e3be9bfb4bc85ca69988a212e2cf6 Mon Sep 17 00:00:00 2001 From: alex Date: Thu, 15 Apr 1999 00:13:20 +0000 Subject: Added missing newline to "no ports found!" message. --- sys/pci/cy_pci.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'sys/pci/cy_pci.c') diff --git a/sys/pci/cy_pci.c b/sys/pci/cy_pci.c index 7113155..46a4f52 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; } -- cgit v1.1