Fix missing newline in error message

This commit is contained in:
Zeex 2014-01-04 16:00:03 +07:00
parent 80eceb586d
commit 6943995219

View File

@ -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) {