From bdda33259f7695271d547793490cd9df89b770ce Mon Sep 17 00:00:00 2001 From: Neil Booth Date: Tue, 30 Jan 2001 23:47:33 +0000 Subject: * diagnostic.c (fatal): Fix word wrap. From-SVN: r39356 --- gcc/diagnostic.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'gcc/diagnostic.c') diff --git a/gcc/diagnostic.c b/gcc/diagnostic.c index 43439f6..9a99480 100644 --- a/gcc/diagnostic.c +++ b/gcc/diagnostic.c @@ -1432,8 +1432,8 @@ fatal VPARAMS ((const char *msgid, ...)) report_diagnostic (&dc); va_end (ap); - fprintf (stderr, "Please submit a full bug report, with preprocessed source\n"); - fprintf (stderr, "if appropriate. See %s for instructions.\n", GCCBUGURL); + fprintf (stderr, "Please submit a full bug report, with preprocessed source if appropriate.\n"); + fprintf (stderr, "See %s for instructions.\n", GCCBUGURL); exit (FATAL_EXIT_CODE); } -- cgit v1.1