summaryrefslogtreecommitdiff
path: root/sys/dev
diff options
context:
space:
mode:
authorJun-ichiro itojun Hagino <itojun@cvs.openbsd.org>2003-10-30 03:16:59 +0000
committerJun-ichiro itojun Hagino <itojun@cvs.openbsd.org>2003-10-30 03:16:59 +0000
commit9677b94f881245a4a9b704d0e28912035f04c7da (patch)
treebf9409691c5e531a95b1fffec6bf1b7d7faaed43 /sys/dev
parent0ed7ebd5e0e5cd517e7a84a8e9a3c389270e0b21 (diff)
fix missing 0. drahn ok
Diffstat (limited to 'sys/dev')
-rw-r--r--sys/dev/cardbus/if_xl_cardbus.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/dev/cardbus/if_xl_cardbus.c b/sys/dev/cardbus/if_xl_cardbus.c
index ccf003a1671..eed8c321e91 100644
--- a/sys/dev/cardbus/if_xl_cardbus.c
+++ b/sys/dev/cardbus/if_xl_cardbus.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: if_xl_cardbus.c,v 1.13 2003/10/21 10:07:33 jmc Exp $ */
+/* $OpenBSD: if_xl_cardbus.c,v 1.14 2003/10/30 03:16:58 itojun Exp $ */
/* $NetBSD: if_xl_cardbus.c,v 1.13 2000/03/07 00:32:52 mycroft Exp $ */
/*
@@ -170,6 +170,7 @@ const struct xl_cardbus_product {
{ 0,
0,
0,
+ 0,
NULL },
};