changeset 2633:d683f47e4dd9

Constify.
author Matti Hamalainen <ccr@tnsp.org>
date Tue, 19 Dec 2023 07:20:25 +0200
parents 17679e05c63b
children f3c7115cbf85
files tools/gfxconv.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/tools/gfxconv.c	Thu Nov 30 03:07:24 2023 +0200
+++ b/tools/gfxconv.c	Tue Dec 19 07:20:25 2023 +0200
@@ -2276,7 +2276,7 @@
 }
 
 
-int dmWriteSpritesAndChars(const char *filename, DMImage *image, int outFormat, const bool multicolor)
+int dmWriteSpritesAndChars(const char *filename, DMImage *image, const int outFormat, const bool multicolor)
 {
     int ret = DMERR_OK;
     int outBlockW, outBlockH, bx, by;