Do not print two \n's in a fatal error message.

Obtained from: bde
This commit is contained in:
peter 1996-09-18 06:33:32 +00:00
parent f64632475d
commit 1a3f294135

View File

@ -415,7 +415,7 @@ main (argc, argv)
programname = p;
if (argc == 1)
fatal ("No input files specified.\n");
fatal ("No input files specified");
#ifndef __MSDOS__
/* We do a little magic to find out where the main gcc executable