xbps-repo/index.c: misc cosmetic change.
This commit is contained in:
parent
06034ea928
commit
21060384d3
@ -95,10 +95,9 @@ again:
|
||||
}
|
||||
free(binpkg);
|
||||
}
|
||||
if (found) {
|
||||
if (!prop_array_externalize_to_zfile(array, plist))
|
||||
rv = errno;
|
||||
}
|
||||
if (found && !prop_array_externalize_to_zfile(array, plist))
|
||||
rv = errno;
|
||||
|
||||
free(plist);
|
||||
|
||||
return rv;
|
||||
|
Loading…
Reference in New Issue
Block a user