summaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authorMarcel Holtmann <marcel@holtmann.org>2008-03-20 13:45:18 +0000
committerMarcel Holtmann <marcel@holtmann.org>2008-03-20 13:45:18 +0000
commit79dd6fbaf1115222c723b4b781ad44b07486b00d (patch)
tree639639140d9686315d9642b6ed6a7a91cdcb44ff /tools
parent3ca0c59a0f86f9d4aaf6b6db167a3fd390dc0e4f (diff)
Fix wrong error message
Diffstat (limited to 'tools')
-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);
}