]> granicus.if.org Git - file/commitdiff
Add the missing space in symlink message.
authorIan Darwin <ian@darwinsys.com>
Wed, 3 Oct 1990 17:51:19 +0000 (17:51 +0000)
committerIan Darwin <ian@darwinsys.com>
Wed, 3 Oct 1990 17:51:19 +0000 (17:51 +0000)
src/fsmagic.c

index 84cd8541792ab27cd9f5ef898aa3b7d0c30141d1..7638b6a44c0886eb40841df51e825977e715abc7 100644 (file)
@@ -42,7 +42,7 @@
 
 #ifndef        lint
 static char *moduleid = 
-       "@(#)$Header: /home/glen/git/file/cvs/file/src/fsmagic.c,v 1.9 1990/10/03 17:48:40 ian Exp $";
+       "@(#)$Header: /home/glen/git/file/cvs/file/src/fsmagic.c,v 1.10 1990/10/03 17:51:19 ian Exp $";
 #endif /* lint */
 
 extern char *progname;
@@ -111,7 +111,7 @@ char *fn;
                                process(buf, 0);
                                return 1;
                        } else { /* just print what it points to */
-                               ckfputs("symbolic link to", stdout);
+                               ckfputs("symbolic link to ", stdout);
                                ckfputs(buf, stdout);
                        }
                }