From: Joris de Vries Date: Mon, 19 Aug 2013 13:54:21 +0000 (+0200) Subject: Remove wrong comma. X-Git-Tag: v1.5.0-rc1~174^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=refs%2Fpull%2F412%2Fhead;p=thirdparty%2Frrdtool-1.x.git Remove wrong comma. --- diff --git a/src/rrd_xport.c b/src/rrd_xport.c index f7aa3383..d9ebaa96 100644 --- a/src/rrd_xport.c +++ b/src/rrd_xport.c @@ -704,7 +704,7 @@ int rrd_xport_format_xmljson(int flags,stringbuffer_t *buffer,image_desc_t *im,t } /* end legend */ if (json){ - snprintf(buf,sizeof(buf)," ],\n"); + snprintf(buf,sizeof(buf)," ]\n"); } else { snprintf(buf,sizeof(buf)," \n", LEGEND_TAG);