xbps-repo: add missing \n.
This commit is contained in:
parent
a13c7d695e
commit
408c10c57d
@ -177,7 +177,7 @@ register_repository(const char *uri)
|
||||
printf("Fetching remote package index at %s...\n", idxstr);
|
||||
rv = xbps_repository_sync_pkg_index(idxstr);
|
||||
if (rv == -1) {
|
||||
xbps_error_printf("xbps-repo: couldn't fetch pkg-index"
|
||||
xbps_error_printf("xbps-repo: couldn't fetch pkg-index "
|
||||
"file: %s.\n", xbps_fetch_error_string());
|
||||
return rv;
|
||||
} else if (rv == 0) {
|
||||
|
Loading…
Reference in New Issue
Block a user