Add blank line
This commit is contained in:
committed by
Oliver Schmidt
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",
|
||||
|
||||
Reference in New Issue
Block a user