mirror of
https://github.com/void-linux/void-packages.git
synced 2025-08-02 10:52:57 +02:00
unpack.c: add missing \n in error msg.
--HG-- extra : convert_revision : ba47dd04be5b7a8d4d5a1e97b28573e67f89a79e
This commit is contained in:
parent
255c48b198
commit
46a42f7500
1 changed files with 1 additions and 1 deletions
|
@ -75,7 +75,7 @@ xbps_unpack_binary_pkg(prop_dictionary_t repo, prop_dictionary_t pkg,
|
||||||
free(path);
|
free(path);
|
||||||
|
|
||||||
if ((rv = xbps_check_file_hash(binfile, sha256)) == ERANGE) {
|
if ((rv = xbps_check_file_hash(binfile, sha256)) == ERANGE) {
|
||||||
printf("ERROR: SHA256 doesn't match for %s!",
|
printf("ERROR: SHA256 doesn't match for %s!\n",
|
||||||
prop_string_cstring_nocopy(filename));
|
prop_string_cstring_nocopy(filename));
|
||||||
free(binfile);
|
free(binfile);
|
||||||
return rv;
|
return rv;
|
||||||
|
|
Loading…
Add table
Reference in a new issue