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)
|
static void RemoveTempFiles (void)
|
||||||
{
|
{
|
||||||
unsigned I;
|
unsigned I;
|
||||||
|
|
||||||
for (I = 0; I < RM.FileCount; ++I) {
|
for (I = 0; I < RM.FileCount; ++I) {
|
||||||
if (remove (RM.Files[I]) < 0) {
|
if (remove (RM.Files[I]) < 0) {
|
||||||
Warning ("Cannot remove temporary file '%s': %s",
|
Warning ("Cannot remove temporary file '%s': %s",
|
||||||
|
|||||||
Reference in New Issue
Block a user