From 8923b5fc00ece040581edba06b1233f85c362039 Mon Sep 17 00:00:00 2001 From: Christos Zoulas Date: Sun, 1 Dec 2013 18:01:07 +0000 Subject: [PATCH] put back missing space. --- src/fsmagic.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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; -- 2.50.1