Oops, another compile error, sigh.

This commit is contained in:
Oliver Jowett 2015-01-23 02:11:44 +00:00
parent c07e45a4c8
commit c5b61a33fd

View file

@ -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;
}