changeset 2621:ad18774054e3

Constify.
author Matti Hamalainen <ccr@tnsp.org>
date Wed, 29 Nov 2023 11:07:00 +0200
parents 2aa885371c13
children 570ad268b721
files tools/fontconv.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/tools/fontconv.c	Wed Nov 29 10:53:01 2023 +0200
+++ b/tools/fontconv.c	Wed Nov 29 11:07:00 2023 +0200
@@ -226,7 +226,7 @@
 }
 
 
-int dmSaveBitmapFont(DMResource *fp, DMBitmapFont *font)
+int dmSaveBitmapFont(DMResource *fp, const DMBitmapFont *font)
 {
     if (font == NULL)
         return DMERR_NULLPTR;