diff options
Diffstat (limited to 'gcc/java/gjavah.c')
-rw-r--r-- | gcc/java/gjavah.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/java/gjavah.c b/gcc/java/gjavah.c index 595e1da..10240f0 100644 --- a/gcc/java/gjavah.c +++ b/gcc/java/gjavah.c @@ -1845,7 +1845,7 @@ help () /* We omit -MG until it is implemented. */ printf ("\n"); printf ("For bug reporting instructions, please see:\n"); - printf ("<URL:http://www.gnu.org/software/gcc/faq.html#bugreport>.\n"); + printf ("%s.\n", GCCBUGURL); exit (0); } |