summaryrefslogtreecommitdiffstats
path: root/src/hci.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/hci.c')
-rw-r--r--src/hci.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/hci.c b/src/hci.c
index b01dec97..f22fcbfc 100644
--- a/src/hci.c
+++ b/src/hci.c
@@ -141,7 +141,7 @@ char *hci_dtypetostr(int type)
case HCI_VHCI:
return "VHCI";
case HCI_USB:
- return "USB ";
+ return "USB";
case HCI_PCCARD:
return "PCCARD";
case HCI_UART: