diff tools/gfxconv.c @ 2223:5477e792def3

Remove useless DMC64ImageFormat parameter from some conversion functions.
author Matti Hamalainen <ccr@tnsp.org>
date Fri, 14 Jun 2019 12:12:19 +0300
parents 80cc4ac6d876
children 6037ba60730a
line wrap: on
line diff
--- a/tools/gfxconv.c	Fri Jun 14 12:08:59 2019 +0300
+++ b/tools/gfxconv.c	Fri Jun 14 12:12:19 2019 +0300
@@ -2227,7 +2227,7 @@
                     }
 
                     // Convert the image
-                    res = dmC64ConvertBMP2Image(&outImage, inC64Image, inC64Fmt, &optC64Spec);
+                    res = dmC64ConvertBMP2Image(&outImage, inC64Image, &optC64Spec);
 
                     if (res != DMERR_OK || outImage == NULL)
                     {