From 54c57aae37e0edbf1d9a6c7b74de5ec9f8393bb5 Mon Sep 17 00:00:00 2001 From: Christos Zoulas Date: Thu, 3 Feb 2011 01:57:33 +0000 Subject: [PATCH] add bug reporting address. --- src/file.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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); } -- 2.50.1