mirror of
https://git.proxmox.com/git/fwupd
synced 2025-08-07 14:12:59 +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);
|
g_main_loop_quit(helper->loop);
|
||||||
return;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
static gboolean
|
static gboolean
|
||||||
|
Loading…
Reference in New Issue
Block a user