Skip to content

Commit

Permalink
Address compiler warning in firmdl.c
Browse files Browse the repository at this point in the history
  • Loading branch information
mesheets committed Jul 26, 2024
1 parent 2ac7b5f commit 521e012
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion util/host/firmdl.c
Original file line number Diff line number Diff line change
Expand Up @@ -303,7 +303,7 @@ int main (int argc, char **argv)
;

fprintf(stderr, "usage: %s [options] filename\n", progname);
fprintf(stderr, usage_string);
fputs(usage_string, stderr);
exit(1);
}

Expand Down

0 comments on commit 521e012

Please sign in to comment.