From add282d0dd391d60bc720330260d43deff652e66 Mon Sep 17 00:00:00 2001 From: Joris de Vries Date: Mon, 19 Aug 2013 15:54:21 +0200 Subject: [PATCH] Remove wrong comma. --- src/rrd_xport.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); -- 2.47.2