From 953b74a26f8f55456aeaa32f15c5484ddbe1a038 Mon Sep 17 00:00:00 2001 From: Richard Hughes Date: Sun, 12 Feb 2023 09:37:05 +0000 Subject: [PATCH] trivial: Fix warning: redundant return statement at the end of a function with a void return type --- .../logitech-bulkcontroller/fu-logitech-bulkcontroller-device.c | 1 - 1 file changed, 1 deletion(-) diff --git a/plugins/logitech-bulkcontroller/fu-logitech-bulkcontroller-device.c b/plugins/logitech-bulkcontroller/fu-logitech-bulkcontroller-device.c index 8c3917b08..e903f791c 100644 --- a/plugins/logitech-bulkcontroller/fu-logitech-bulkcontroller-device.c +++ b/plugins/logitech-bulkcontroller/fu-logitech-bulkcontroller-device.c @@ -562,7 +562,6 @@ fu_logitech_bulkcontroller_device_sync_cb(GObject *source_object, } g_main_loop_quit(helper->loop); - return; } static gboolean