aboutsummaryrefslogtreecommitdiff
path: root/fileio.c
diff options
context:
space:
mode:
Diffstat (limited to 'fileio.c')
-rw-r--r--fileio.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/fileio.c b/fileio.c
index 0526954..c703898 100644
--- a/fileio.c
+++ b/fileio.c
@@ -300,7 +300,8 @@ void fileio_delete(void) {
else {
if(unlink(phys_filename)!=0)
error("Unable to remove file.<BR>%s", strerror(errno));
- wfm_commit(DELETE, NULL);
+
+ wfm_commit(DELETE, NULL);
}
}
@@ -538,4 +539,4 @@ int asscandir(const char *dir, ASDIR **namelist, int (*compar)(const void *, con
*namelist=names;
return entries;
-} \ No newline at end of file
+}