trivial: Fix tiny build warning with GCC6

This commit is contained in:
Richard Hughes 2016-03-03 08:13:03 +00:00
parent 7ebdc1b148
commit 41b1f6c7c4

View File

@ -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)) {