# HG changeset patch # User Matti Hamalainen # Date 1560619161 -10800 # Node ID bb7255792dd6f3ba5613e55b851ab2340d9a449d # Parent d76b0c92769d8c83ec6fe6ede60f493a400de18f Constify. diff -r d76b0c92769d -r bb7255792dd6 tools/lib64util.c --- a/tools/lib64util.c Sat Jun 15 20:14:14 2019 +0300 +++ b/tools/lib64util.c Sat Jun 15 20:19:21 2019 +0300 @@ -162,7 +162,7 @@ for (int n = 0; n < ndmPaletteFormatList; n++) { - DMPaletteFormat *fmt = &dmPaletteFormatList[n]; + const DMPaletteFormat *fmt = &dmPaletteFormatList[n]; if (fmt->flags & DM_FMT_RD) { fprintf(fp,