xbps-repo: add missing \n.

This commit is contained in:
Juan RP 2011-05-25 15:31:16 +02:00
parent a13c7d695e
commit 408c10c57d

View File

@ -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) {