Diff between f062b128db46407ee9393c2cb05de125e29bb210 and 54e4ac2d6a91a862c774b0001870415ac424f839

Changed Files

File Additions Deletions Status
mgmt/main.c +1 -1 modified

Full Patch

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: