summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--lib/bluetooth-utils.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/bluetooth-utils.c b/lib/bluetooth-utils.c
index a6ea5696..fa1f9c97 100644
--- a/lib/bluetooth-utils.c
+++ b/lib/bluetooth-utils.c
@@ -86,9 +86,9 @@ bluetooth_type_to_string (BluetoothType type)
return _("Tablet");
case BLUETOOTH_TYPE_VIDEO:
return _("Video device");
- default:
- return _("Unknown");
}
+
+ return _("Unknown");
}
/**