From c5b61a33fdd7ea71071bc665551958a4012c7e9a Mon Sep 17 00:00:00 2001 From: Oliver Jowett Date: Fri, 23 Jan 2015 02:11:44 +0000 Subject: [PATCH] Oops, another compile error, sigh. --- net_io.c | 1 + 1 file changed, 1 insertion(+) diff --git a/net_io.c b/net_io.c index 78d8726..0276f61 100644 --- a/net_io.c +++ b/net_io.c @@ -900,6 +900,7 @@ static char * appendStatsJson(char *p, (unsigned long long)reader_cpu_millis, (unsigned long long)background_cpu_millis, st->messages_total); + } return p; }