mirror of
https://git.proxmox.com/git/fwupd
synced 2025-08-05 05:02:22 +00:00
trivial: Fix tiny build warning with GCC6
This commit is contained in:
parent
7ebdc1b148
commit
41b1f6c7c4
@ -1384,7 +1384,7 @@ dfu_target_download (DfuTarget *target, DfuImage *image,
|
||||
|
||||
/* ensure populated */
|
||||
if (!dfu_target_setup (target, error))
|
||||
return NULL;
|
||||
return FALSE;
|
||||
|
||||
/* can the target do this? */
|
||||
if (!dfu_device_can_download (priv->device)) {
|
||||
|
Loading…
Reference in New Issue
Block a user