]> granicus.if.org Git - file/commitdiff
put back missing space.
authorChristos Zoulas <christos@zoulas.com>
Sun, 1 Dec 2013 18:01:07 +0000 (18:01 +0000)
committerChristos Zoulas <christos@zoulas.com>
Sun, 1 Dec 2013 18:01:07 +0000 (18:01 +0000)
src/fsmagic.c

index 72c936c7d5494751429d10c866ec1c95b1bb909c..e1cc5df6a299ba323457ef4aff48390022e87198 100644 (file)
@@ -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;