diff tools/gfxconv.c @ 1928:0b2a2da4c7e7

Constify.
author Matti Hamalainen <ccr@tnsp.org>
date Thu, 28 Jun 2018 14:47:54 +0300
parents 34ba8e2d2dd7
children b49814dd8469
line wrap: on
line diff
--- a/tools/gfxconv.c	Thu Jun 28 13:39:18 2018 +0300
+++ b/tools/gfxconv.c	Thu Jun 28 14:47:54 2018 +0300
@@ -1496,7 +1496,7 @@
 }
 
 
-int dmWriteSpritesAndChars(const char *filename, DMImage *image, int outFormat, BOOL multicolor)
+int dmWriteSpritesAndChars(const char *filename, DMImage *image, int outFormat, const BOOL multicolor)
 {
     int ret = DMERR_OK;
     int outBlockW, outBlockH, bx, by;