From: Christos Zoulas Date: Thu, 3 Feb 2011 01:57:33 +0000 (+0000) Subject: add bug reporting address. X-Git-Tag: FILE5_07~50 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=54c57aae37e0edbf1d9a6c7b74de5ec9f8393bb5;p=file add bug reporting address. --- diff --git a/src/file.c b/src/file.c index 3518b0ae..f0f57347 100644 --- a/src/file.c +++ b/src/file.c @@ -32,7 +32,7 @@ #include "file.h" #ifndef lint -FILE_RCSID("@(#)$File: file.c,v 1.140 2010/11/30 14:58:53 rrt Exp $") +FILE_RCSID("@(#)$File: file.c,v 1.141 2011/02/03 01:54:43 christos Exp $") #endif /* lint */ #include "magic.h" @@ -494,5 +494,6 @@ help(void) #include "file_opts.h" #undef OPT #undef OPT_LONGONLY + fprintf(stdout, "\nReport bugs to http://bugs.gw.com/\n"); exit(0); }