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

Obtained from: bde
This commit is contained in:
Peter Wemm 1996-09-18 06:33:32 +00:00
parent 97d25bbf44
commit d0fd7b1858
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=18342

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