diff options
Diffstat (limited to 'gas/gasp.c')
-rw-r--r-- | gas/gasp.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -3551,7 +3551,7 @@ Usage: %s \n\ [-Ipath] add to include path list\n\ [in-file]\n")); if (status == 0) - printf (REPORT_BUGS_TO); + printf (_("Report bugs to %s\n"), REPORT_BUGS_TO); exit (status); } |