summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--lib/bluetooth-utils.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/lib/bluetooth-utils.c b/lib/bluetooth-utils.c
index aafbbf08..4a208c58 100644
--- a/lib/bluetooth-utils.c
+++ b/lib/bluetooth-utils.c
@@ -94,10 +94,8 @@ bluetooth_type_to_string (BluetoothType type)
case BLUETOOTH_TYPE_SPEAKERS:
return _("Speakers");
default:
- /* fallthrough */
+ return _("Unknown");
}
-
- return _("Unknown");
}
/**