Fix changelog entry.
[deliverable/binutils-gdb.git] / binutils / srconv.c
index d1f3efdb9e016a2d9fcf710243254d0688e87ced..ef1b8c7c80a95ed982c0dc4510e2451c0e96266b 100644 (file)
@@ -1,6 +1,6 @@
 /* srconv.c -- Sysroff conversion program
    Copyright 1994, 1995, 1996, 1998, 1999, 2000, 2001, 2002, 2003, 2004,
-   2005 Free Software Foundation, Inc.
+   2005, 2007 Free Software Foundation, Inc.
 
    This file is part of GNU Binutils.
 
@@ -1728,7 +1728,7 @@ show_usage (FILE *file, int status)
   -h --help        Display this information\n\
   -v --version     Print the program's version number\n"));
 
-  if (status == 0)
+  if (REPORT_BUGS_TO[0] && status == 0)
     fprintf (file, _("Report bugs to %s\n"), REPORT_BUGS_TO);
   exit (status);
 }
This page took 0.022639 seconds and 4 git commands to generate.