Skip to content

Commit

Permalink
fixup: dist/tools: add genhdr
Browse files Browse the repository at this point in the history
  • Loading branch information
danpetry authored and kYc0o committed Dec 12, 2018
1 parent 2c2bf33 commit f783c25
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dist/tools/riotboot_gen_hdr/genhdr.c
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ int genhdr(int argc, char *argv[])
if (!to_file(argv[5], hdr_buf, hdr_len)) {
fprintf(stderr, "Error: cannot write output\n");
free(hdr_buf);
return(1);
return 1;
}

free(hdr_buf);
Expand Down

0 comments on commit f783c25

Please sign in to comment.