whitespace fix.
[surf.git] / config.def.h
index c7d6a38..c51ae98 100644 (file)
@@ -4,8 +4,10 @@ static char *progress       = "#FF0000";
 static char *progress_trust = "#00FF00";
 static char *stylefile      = ".surf/style.css";
 static char *scriptfile     = ".surf/script.js";
-static char *cookiefile     = ".surf/cookie.txt";
+static char *cookiefile     = ".surf/cookies.txt";
 static char *dldir          = ".surf/dl";
+static time_t sessiontime   = 3600;
+
 #define MODKEY GDK_CONTROL_MASK
 static Key keys[] = {
     /* modifier                    keyval      function    arg             Focus */
@@ -37,7 +39,7 @@ static Key keys[] = {
 
 static Item items[] = {
     { "New Window",     newwindow, { .v = NULL } },
-    { "Reload",         reload,   { .b = FALSE } },
+    { "Reload",         reload,    { .b = FALSE } },
     { "Stop",           stop,      { 0 } },
     { "<===",           navigate,  { .i = -1 } },
     { "===>",           navigate,  { .i = +1 } },