From d2ba812e29943f6cd837e76234b7f75340cf42dd Mon Sep 17 00:00:00 2001 From: tenox Date: Sat, 25 Nov 2017 23:32:57 -0800 Subject: formatting change --- fileio.c | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'fileio.c') 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.
%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 +} -- cgit v1.2.3