Fix missing newline in error message
This commit is contained in:
parent
80eceb586d
commit
6943995219
@ -141,7 +141,7 @@ static short lastfile;
|
||||
if (number>=100 && number<200 || errnum>25){
|
||||
if (strlen(errfname)==0) {
|
||||
va_start(argptr,number);
|
||||
pc_error(0,"\nCompilation aborted.",NULL,0,0,argptr);
|
||||
pc_error(0,"\nCompilation aborted.\n\n",NULL,0,0,argptr);
|
||||
va_end(argptr);
|
||||
} /* if */
|
||||
if (outf!=NULL) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user