diff --git a/source/compiler/sc5.c b/source/compiler/sc5.c index 22532e9..e87f7c1 100644 --- a/source/compiler/sc5.c +++ b/source/compiler/sc5.c @@ -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) {