changeset 1439:c1dee757de9d

Constify.
author Matti Hamalainen <ccr@tnsp.org>
date Thu, 10 May 2018 02:24:41 +0300
parents 40797bfd35bf
children a602488830fc
files tools/gfxconv.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/tools/gfxconv.c	Sun Apr 22 03:02:35 2018 +0300
+++ b/tools/gfxconv.c	Thu May 10 02:24:41 2018 +0300
@@ -1031,7 +1031,7 @@
 }
 
 
-int dmWriteBitmap(const char *filename, DMC64Image *image, int iformat, BOOL enableFixUps)
+int dmWriteBitmap(const char *filename, const DMC64Image *image, const int iformat, const BOOL enableFixUps)
 {
     FILE *outFile = NULL;
     Uint8 *buf = NULL;