tools/hciattach: Fix syntax error 17/31617/1 accepted/tizen/common/20141209.075734 accepted/tizen/mobile/20141216.074917 accepted/tizen/tv/20141210.193138 accepted/tizen/wearable/20141210.135901 submit/tizen/20141209.051932
authorGowtham Anandha Babu <gowtham.ab@samsung.com>
Mon, 8 Dec 2014 05:39:45 +0000 (11:09 +0530)
committerGowtham Anandha Babu <gowtham.ab@samsung.com>
Mon, 8 Dec 2014 05:39:45 +0000 (11:09 +0530)
This error may not be shown during normal compilation, because of
ifdef. Fixed the same.

Change-Id: I7cafed0387c43caecf6bbb866283c13954a1bac8

tools/hciattach.c

index 424748b..1f7a442 100644 (file)
@@ -144,7 +144,7 @@ int uart_speed(int s)
                return B3500000;
 #endif
 #ifdef B3710000
-       case 3710000
+       case 3710000:
                return B3710000;
 #endif
 #ifdef B4000000