|
From: Gordon M. <gm...@us...> - 2001-04-17 21:55:57
|
The following file was modified in linux/drivers/char/bluetooth:
Name Old version New version Comment
---- ----------- ----------- -------
hci_vendor.c 1.23 1.24=20=20=20=20=20=20=20=20=20=20=20=20
The accompanying log:
--Fixed a compiler warning.
The diff of the modified file(s):
--- hci_vendor.c 2001/04/17 16:05:11 1.23
+++ hci_vendor.c 2001/04/17 21:55:56 1.24
@@ -505,7 +505,7 @@
}
=20
void
-bt_show_vendor()
+bt_show_vendor(void)
{
DSYS("Current HW: %s\n", VENDOR);
}
|