diff options
Diffstat (limited to 'pcap-bt-linux.c')
-rw-r--r-- | pcap-bt-linux.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pcap-bt-linux.c b/pcap-bt-linux.c index f9d23079..eac136cf 100644 --- a/pcap-bt-linux.c +++ b/pcap-bt-linux.c @@ -107,7 +107,7 @@ bt_platform_finddevs(pcap_if_t **alldevsp, char *err_str) char dev_name[20], dev_descr[30]; snprintf(dev_name, 20, BT_IFACE"%d", dev_req->dev_id); - snprintf(dev_descr, 30, "bluetooth adapter number %d", i); + snprintf(dev_descr, 30, "Bluetooth adapter number %d", i); if (pcap_add_if(&found_dev, dev_name, 0, dev_descr, err_str) < 0) |