1
0
mirror of https://github.com/cc65/cc65.git synced 2024-06-07 07:29:33 +00:00

Add blank line

This commit is contained in:
Jesse Rosenstock 2020-07-03 07:53:51 +02:00 committed by Oliver Schmidt
parent 021362fb75
commit 416adbce82

View File

@ -462,6 +462,7 @@ static void ExecProgram (CmdDesc* Cmd)
static void RemoveTempFiles (void)
{
unsigned I;
for (I = 0; I < RM.FileCount; ++I) {
if (remove (RM.Files[I]) < 0) {
Warning ("Cannot remove temporary file '%s': %s",