From 69a7c2b01f902eaa16a627195db2f40e48f179d3 Mon Sep 17 00:00:00 2001 From: Cristy Date: Sat, 24 Dec 2016 11:22:36 -0500 Subject: [PATCH] ... --- coders/json.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/coders/json.c b/coders/json.c index ab32137bd..662138d90 100644 --- a/coders/json.c +++ b/coders/json.c @@ -615,7 +615,7 @@ static ssize_t PrintChannelPerceptualHash(Image *image,FILE *file, i; ssize_t - n; + n = 0; (void) FormatLocaleFile(file," \"colorspaces\": [ "); for (i=0; i < (ssize_t) channel_phash[0].number_colorspaces; i++) -- 2.40.0