summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--tools/hid2hci.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/hid2hci.c b/tools/hid2hci.c
index 706e1763..124829fb 100644
--- a/tools/hid2hci.c
+++ b/tools/hid2hci.c
@@ -332,7 +332,7 @@ int main(int argc, char *argv[])
if (num <= 0) {
if (!quiet)
fprintf(stderr, "No devices in %s mode found\n",
- mode ? "HID" : "HCI");
+ mode ? "HCI" : "HID");
exit(1);
}