mirror of
https://github.com/cc65/cc65.git
synced 2025-01-12 02:30:44 +00:00
Add blank line
This commit is contained in:
parent
021362fb75
commit
416adbce82
@ -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",
|
||||
|
Loading…
x
Reference in New Issue
Block a user