From 6b4aaae97101fc98893d6116423aae6fac830402 Mon Sep 17 00:00:00 2001 From: Juan RP Date: Wed, 22 Jun 2011 09:37:59 +0200 Subject: [PATCH] xbps-bin: check: missing whitespace in printf. --- bin/xbps-bin/check.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/xbps-bin/check.c b/bin/xbps-bin/check.c index 11488b73..ce9adcaa 100644 --- a/bin/xbps-bin/check.c +++ b/bin/xbps-bin/check.c @@ -161,7 +161,7 @@ xbps_check_pkg_integrity(const char *pkgname) prop_dictionary_get_cstring_nocopy(obj, "file", &file); if (strcmp(tgt, "") == 0) { if (xhp->flags & XBPS_FLAG_VERBOSE) - fprintf(stderr, "%s: `%s' symlink with" + fprintf(stderr, "%s: `%s' symlink with " "empty target object!\n", pkgname, file); continue;