trivial: Fix warning: redundant return statement at the end of a function with a void return type

This commit is contained in:
Richard Hughes 2023-02-12 09:37:05 +00:00 committed by Mario Limonciello
parent 72c8574f04
commit 953b74a26f

View File

@ -562,7 +562,6 @@ fu_logitech_bulkcontroller_device_sync_cb(GObject *source_object,
}
g_main_loop_quit(helper->loop);
return;
}
static gboolean