mirror of
https://git.proxmox.com/git/fwupd
synced 2025-04-29 13:03:35 +00:00
trivial: Fix warning: redundant return statement at the end of a function with a void return type
This commit is contained in:
parent
72c8574f04
commit
953b74a26f
@ -562,7 +562,6 @@ fu_logitech_bulkcontroller_device_sync_cb(GObject *source_object,
|
||||
}
|
||||
|
||||
g_main_loop_quit(helper->loop);
|
||||
return;
|
||||
}
|
||||
|
||||
static gboolean
|
||||
|
Loading…
Reference in New Issue
Block a user