From 9e6ad518d0daf77ed5c325b453bd913fc3428fe9 Mon Sep 17 00:00:00 2001 From: silby Date: Fri, 2 Nov 2001 21:11:36 +0000 Subject: Remove an extra " that crept into a string. --- sys/pccard/pccard.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sys') diff --git a/sys/pccard/pccard.c b/sys/pccard/pccard.c index b730ee2..9a369ba 100644 --- a/sys/pccard/pccard.c +++ b/sys/pccard/pccard.c @@ -244,7 +244,7 @@ allocate_driver(struct slot *slt, struct dev_desc *desc) child = device_add_child(pccarddev, devi->name, desc->unit); if (child == NULL) { device_printf(pccardd, - "device_add_child shouldn't have failed, but did\n""); + "device_add_child shouldn't have failed, but did\n"); return (EIO); } device_set_flags(child, desc->flags); -- cgit v1.1