Skip to content

Commit

Permalink
Fixes checksumtool output again
Browse files Browse the repository at this point in the history
  • Loading branch information
LiquidityC committed Mar 21, 2019
1 parent eceb241 commit c4811ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion checksum/src/checksum.c
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ int main(int argc, char *argv[])
return -1;
}

printf("%#x\n", file, checksum_fp(fp));
printf("%#x\n", checksum_fp(fp));

return 0;
}
Expand Down

0 comments on commit c4811ed

Please sign in to comment.