From 416adbce82c5dee998fc592561cd692fd0056174 Mon Sep 17 00:00:00 2001 From: Jesse Rosenstock Date: Fri, 3 Jul 2020 07:53:51 +0200 Subject: [PATCH] Add blank line --- src/cl65/main.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/cl65/main.c b/src/cl65/main.c index c07e93e81..e7b9d5344 100644 --- a/src/cl65/main.c +++ b/src/cl65/main.c @@ -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",