reformating

This commit is contained in:
Enno Boland (tox) 2009-09-17 13:03:58 +02:00
parent 25b9ae3ce4
commit 2e9af54363
1 changed files with 0 additions and 2 deletions

2
surf.c
View File

@ -589,7 +589,6 @@ setup(void) {
session = webkit_get_default_session();
urlprop = XInternAtom(dpy, "_SURF_URL", False);
/* create dirs and files */
home = g_get_home_dir();
workdir = g_strdup(g_build_filename(home, ".surf", NULL));
@ -603,7 +602,6 @@ setup(void) {
if((tmp = g_fopen(name, "a")));
fclose(tmp);
/* cookie persistance */
s = webkit_get_default_session();
name = g_build_filename(workdir, "cookies.txt", NULL);