commit | 54a65def3fca34cf3e68472d293557c72df82214 | [log] [tgz] |
---|---|---|
author | Cristy <[email protected]> | Fri Aug 16 08:03:40 2019 -0400 |
committer | Cristy <[email protected]> | Fri Aug 16 08:03:40 2019 -0400 |
tree | 192cb086cf1c0dc369842f255afcf3600adb65e4 | |
parent | db3982f1893fa401c62a0cb0a31b839fdfc994c2 [diff] [blame] |
...
diff --git a/MagickCore/quantize.c b/MagickCore/quantize.c index 13f1624..40b9745 100644 --- a/MagickCore/quantize.c +++ b/MagickCore/quantize.c
@@ -2052,8 +2052,7 @@ /* Initialize color cache. */ - (void) memset(cube_info->cache,(-1),sizeof(*cube_info->cache)* - length); + (void) memset(cube_info->cache,(-1),sizeof(*cube_info->cache)*length); /* Distribute weights along a curve of exponential decay. */