From 408c10c57d64039a650a6171c659f93ab36a4345 Mon Sep 17 00:00:00 2001 From: Juan RP Date: Wed, 25 May 2011 15:31:16 +0200 Subject: [PATCH] xbps-repo: add missing \n. --- bin/xbps-repo/repository.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/xbps-repo/repository.c b/bin/xbps-repo/repository.c index 64118cd5..81f13345 100644 --- a/bin/xbps-repo/repository.c +++ b/bin/xbps-repo/repository.c @@ -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) {