--- 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 -- To unsubscribe from this list: send the line "unsubscribe linux-bluetooth" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html