From 29fa81e623c0e8787fcdc7a6109c3a24b562564a Mon Sep 17 00:00:00 2001 From: Hiltjo Posthuma Date: Sun, 16 Aug 2015 20:09:59 +0200 Subject: code-style + no need to zero static variables --- sfeed_mbox.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'sfeed_mbox.c') 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 -- cgit v1.2.3