Style cleanup.
This commit is contained in:
parent
8a898ec4df
commit
c81fbbaf43
1 changed files with 1 additions and 2 deletions
1
surf.c
1
surf.c
|
@ -273,7 +273,6 @@ buildfile(const char *path) {
|
||||||
fpath = g_build_filename(bpath, bname, NULL);
|
fpath = g_build_filename(bpath, bname, NULL);
|
||||||
g_free(bname);
|
g_free(bname);
|
||||||
|
|
||||||
|
|
||||||
if(!(f = fopen(fpath, "a")))
|
if(!(f = fopen(fpath, "a")))
|
||||||
die("Could not open file: %s\n", fpath);
|
die("Could not open file: %s\n", fpath);
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue