Removes useless text from checksumtool output
This commit is contained in:
parent
cea891f87d
commit
eceb241162
|
@ -53,7 +53,7 @@ int main(int argc, char *argv[])
|
||||||
return -1;
|
return -1;
|
||||||
}
|
}
|
||||||
|
|
||||||
printf("The checksum of %s is %#x\n", file, checksum_fp(fp));
|
printf("%#x\n", file, checksum_fp(fp));
|
||||||
|
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue