From: Ian Darwin Date: Wed, 3 Oct 1990 17:51:19 +0000 (+0000) Subject: Add the missing space in symlink message. X-Git-Tag: FILE3_27~317 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=4d131583482cffc981ceafa3c241c2d1b1b77952;p=file Add the missing space in symlink message. --- diff --git a/src/fsmagic.c b/src/fsmagic.c index 84cd8541..7638b6a4 100644 --- a/src/fsmagic.c +++ b/src/fsmagic.c @@ -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); } }