summaryrefslogtreecommitdiff
path: root/sfeed_mbox.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_mbox.c
parentc4573f3289e429b939da0b5ac6d4a950ce72466a (diff)
code-style + no need to zero static variables
Diffstat (limited to 'sfeed_mbox.c')
-rw-r--r--sfeed_mbox.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sfeed_mbox.c b/sfeed_mbox.c
index 330c90c..743d23c 100644
--- a/sfeed_mbox.c
+++ b/sfeed_mbox.c
@@ -12,8 +12,8 @@
#include "util.h"
-static char *line = NULL;
-static size_t linesize = 0;
+static char *line;
+static size_t linesize;
/* jenkins one-at-a-time hash, used for Message-Id */
static uint32_t