summaryrefslogtreecommitdiff
path: root/tools/hciattach.c
diff options
context:
space:
mode:
authorGowtham Anandha Babu <gowtham.ab@samsung.com>2014-10-15 19:38:20 +0530
committerLuiz Augusto von Dentz <luiz.von.dentz@intel.com>2014-10-16 10:12:14 +0200
commit2892231c6cb014f5731d4d2d5d5650b137119e6d (patch)
treed6604eb81ecdce901ff76ddff153f71377d654f8 /tools/hciattach.c
parentaff54c25eb2602de555f4f2402a486168d911e4c (diff)
downloadbluez-2892231c6cb014f5731d4d2d5d5650b137119e6d.tar.gz
tools/hciattach: Fix syntax error
This error may not be shown during normal compilation, because of ifdef.
Diffstat (limited to 'tools/hciattach.c')
-rw-r--r--tools/hciattach.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/hciattach.c b/tools/hciattach.c
index d8ef7e72c..2ace6f50d 100644
--- a/tools/hciattach.c
+++ b/tools/hciattach.c
@@ -128,7 +128,7 @@ int uart_speed(int s)
return B3500000;
#endif
#ifdef B3710000
- case 3710000
+ case 3710000:
return B3710000;
#endif
#ifdef B4000000