1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-11 09:50:12 +00:00

Add missing comma at the end of line.

This commit is contained in:
Jun Kuriyama 2000-10-11 01:12:55 +00:00
parent 9e7c752771
commit 0a13e042b1
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=66958

View File

@ -116,7 +116,7 @@ Static struct aue_type aue_devs[] = {
{ USB_VENDOR_LINKSYS, USB_PRODUCT_LINKSYS_USB100TX },
{ USB_VENDOR_LINKSYS, USB_PRODUCT_LINKSYS_USB10TA },
{ USB_VENDOR_COREGA, USB_PRODUCT_COREGA_FETHER_USB_TX },
{ USB_VENDOR_KINGSTON, USB_PRODUCT_KINGSTON_KNU101TX, }
{ USB_VENDOR_KINGSTON, USB_PRODUCT_KINGSTON_KNU101TX, },
{ 0, 0 }
};