changeset 2170:7c4c9013e412

Cleanups.
author Matti Hamalainen <ccr@tnsp.org>
date Tue, 11 Jun 2019 07:37:56 +0300
parents 271850d7dd9b
children a39bf85308e5
files tools/lib64fmts.c
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/tools/lib64fmts.c	Tue Jun 11 05:46:54 2019 +0300
+++ b/tools/lib64fmts.c	Tue Jun 11 07:37:56 2019 +0300
@@ -1397,6 +1397,7 @@
     const DMC64ImageFormat *fmt, const DMC64ImageConvSpec *spec)
 {
     int res;
+
     if ((res = dmSetMixedColorC64Palette(dst)) != DMERR_OK)
         return res;
 
@@ -1441,8 +1442,7 @@
 static int fmtDecodeECIPacked(DMC64Image *img, const DMGrowBuf *buf, const DMC64ImageFormat *fmt)
 {
     int res;
-    DMGrowBuf tmp;
-    DMGrowBuf mem;
+    DMGrowBuf mem, tmp;
     DMCompParams cfg;
 
     cfg.func         = fmt->name;