changeset 1928:0b2a2da4c7e7

Constify.
author Matti Hamalainen <ccr@tnsp.org>
date Thu, 28 Jun 2018 14:47:54 +0300
parents 1b55bcf548de
children b49814dd8469
files tools/gfxconv.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
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;