summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--exar/exar.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/exar/exar.c b/exar/exar.c
index c2b5ef09..056f4360 100644
--- a/exar/exar.c
+++ b/exar/exar.c
@@ -612,6 +612,7 @@ exar_delete(const char *archive, const char *file)
}
}
}
+finish:
if (status == EE_EOF)
{
LOG(2, "Copying %s to %s\n", tmp_file, archive);
@@ -625,7 +626,6 @@ exar_delete(const char *archive, const char *file)
LOG(1, "An error occured, removing temporary file\n");
unlink(tmp_file);
}
-finish:
close_file(f, archive);
close_file(ftmp, tmp_file);
return result;