summaryrefslogtreecommitdiff
path: root/sfeed_html.c
diff options
context:
space:
mode:
authorHiltjo Posthuma <hiltjo@codemadness.org>2015-08-16 20:09:59 +0200
committerHiltjo Posthuma <hiltjo@codemadness.org>2015-08-16 20:09:59 +0200
commit29fa81e623c0e8787fcdc7a6109c3a24b562564a (patch)
treebcf15cea35606e8e55cebc03d76fad69b89d4bc7 /sfeed_html.c
parentc4573f3289e429b939da0b5ac6d4a950ce72466a (diff)
code-style + no need to zero static variables
Diffstat (limited to 'sfeed_html.c')
-rw-r--r--sfeed_html.c10
1 files changed, 5 insertions, 5 deletions
diff --git a/sfeed_html.c b/sfeed_html.c
index 2f729d7..63e6ca6 100644
--- a/sfeed_html.c
+++ b/sfeed_html.c
@@ -7,11 +7,11 @@
#include "util.h"
-static struct feed **feeds = NULL;
-static int showsidebar = 0; /* show sidebar ? */
-static char *line = NULL;
-static size_t linesize = 0;
-static unsigned long totalnew = 0;
+static struct feed **feeds;
+static int showsidebar;
+static char *line;
+static size_t linesize;
+static unsigned long totalnew;
static time_t comparetime;
static void