Fixes checksumtool output again

This commit is contained in:
Linus Probert 2019-03-21 10:01:04 +01:00
parent eceb241162
commit c4811ed073
1 changed files with 1 additions and 1 deletions

View File

@ -53,7 +53,7 @@ int main(int argc, char *argv[])
return -1; return -1;
} }
printf("%#x\n", file, checksum_fp(fp)); printf("%#x\n", checksum_fp(fp));
return 0; return 0;
} }