aboutsummaryrefslogtreecommitdiff
path: root/fileio.c
diff options
context:
space:
mode:
authortenox <as@tenoware.com>2017-11-25 23:32:57 -0800
committertenox <as@tenoware.com>2017-11-25 23:32:57 -0800
commitd2ba812e29943f6cd837e76234b7f75340cf42dd (patch)
treec14a067402971d96e4e83d708ed90f4f3b97033a /fileio.c
parentf1721d82eba4fbbb5df46bda1095d870fe64eda1 (diff)
downloadwfm-d2ba812e29943f6cd837e76234b7f75340cf42dd.tar.gz
formatting change
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
+}