From: Christos Zoulas Date: Sun, 1 Dec 2013 18:01:07 +0000 (+0000) Subject: put back missing space. X-Git-Tag: FILE5_16~2 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=8923b5fc00ece040581edba06b1233f85c362039;p=file put back missing space. --- diff --git a/src/fsmagic.c b/src/fsmagic.c index 72c936c7..e1cc5df6 100644 --- a/src/fsmagic.c +++ b/src/fsmagic.c @@ -32,7 +32,7 @@ #include "file.h" #ifndef lint -FILE_RCSID("@(#)$File: fsmagic.c,v 1.69 2013/11/06 19:33:31 christos Exp $") +FILE_RCSID("@(#)$File: fsmagic.c,v 1.70 2013/11/29 15:42:51 christos Exp $") #endif /* lint */ #include "magic.h" @@ -262,7 +262,7 @@ file_fsmagic(struct magic_set *ms, const char *fn, struct stat *sb) if (handle_mime(ms, mime, "symlink") == -1) return -1; } else if (file_printf(ms, - "%sunreadable symlink `%s'(%s)", COMMA, fn, + "%sunreadable symlink `%s' (%s)", COMMA, fn, strerror(errno)) == -1) return -1; break;