changeset 1676:e0d618663574

Constify.
author Matti Hamalainen <ccr@tnsp.org>
date Thu, 31 May 2018 13:04:35 +0300
parents bc5a75888fa9
children c2ad6c0e4975
files tools/objlink.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/tools/objlink.c	Thu May 31 13:04:25 2018 +0300
+++ b/tools/objlink.c	Thu May 31 13:04:35 2018 +0300
@@ -512,7 +512,7 @@
 }
 
 
-int dmLoadPRG(const char *filename, BOOL forceAddr, const int destAddr)
+int dmLoadPRG(const char *filename, const BOOL forceAddr, const int destAddr)
 {
     FILE *fh;
     int dataSize, loadAddr, endAddr, res = DMERR_OK;