* [PATCH] Add missing colon after case statement
@ 2011-11-09 13:14 Slawomir Bochenski
2011-11-09 13:56 ` Johan Hedberg
0 siblings, 1 reply; 2+ messages in thread
From: Slawomir Bochenski @ 2011-11-09 13:14 UTC (permalink / raw)
To: linux-bluetooth; +Cc: Slawomir Bochenski
---
mgmt/main.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/mgmt/main.c b/mgmt/main.c
index 500827c..6c1d015 100644
--- a/mgmt/main.c
+++ b/mgmt/main.c
@@ -339,7 +339,7 @@ static void type2str(uint8_t type, char *str, size_t len)
case MGMT_ADDR_BREDR:
strncpy(str, "BR/EDR", len);
break;
- case MGMT_ADDR_LE_PUBLIC
+ case MGMT_ADDR_LE_PUBLIC:
strncpy(str, "LE Public", len);
break;
case MGMT_ADDR_LE_RANDOM:
--
1.7.4.1
^ permalink raw reply related [flat|nested] 2+ messages in thread
end of thread, other threads:[~2011-11-09 13:56 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-11-09 13:14 [PATCH] Add missing colon after case statement Slawomir Bochenski
2011-11-09 13:56 ` Johan Hedberg
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).