xbps-bin: check: missing whitespace in printf.

This commit is contained in:
Juan RP 2011-06-22 09:37:59 +02:00
parent 96bf160032
commit 6b4aaae971

View File

@ -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;