Skip to content

Commit

Permalink
fix build warning
Browse files Browse the repository at this point in the history
Signed-off-by: Shiji Yang <[email protected]>
  • Loading branch information
DragonBluep committed May 2, 2023
1 parent fdba0a1 commit be83503
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion common/image-fit.c
Original file line number Diff line number Diff line change
Expand Up @@ -961,7 +961,7 @@ int fit_image_get_data_and_size(const void *fit, int noffset,
{
bool external_data = false;
int offset;
int len;
int len = 0;
int ret;

if (!fit_image_get_data_position(fit, noffset, &offset)) {
Expand Down

0 comments on commit be83503

Please sign in to comment.