Do not print two \n's in a fatal error message.
Obtained from: bde
This commit is contained in:
parent
f64632475d
commit
1a3f294135
@ -415,7 +415,7 @@ main (argc, argv)
|
|||||||
programname = p;
|
programname = p;
|
||||||
|
|
||||||
if (argc == 1)
|
if (argc == 1)
|
||||||
fatal ("No input files specified.\n");
|
fatal ("No input files specified");
|
||||||
|
|
||||||
#ifndef __MSDOS__
|
#ifndef __MSDOS__
|
||||||
/* We do a little magic to find out where the main gcc executable
|
/* We do a little magic to find out where the main gcc executable
|
||||||
|
Loading…
x
Reference in New Issue
Block a user