changeset 1581:5aa1c3ec91d5

Rename a function.
author Matti Hamalainen <ccr@tnsp.org>
date Sun, 13 May 2018 23:19:36 +0300
parents 72f809e6eb3c
children 1f6aed186c4e
files tools/lib64fmts.c
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/tools/lib64fmts.c	Sun May 13 20:34:29 2018 +0300
+++ b/tools/lib64fmts.c	Sun May 13 23:19:36 2018 +0300
@@ -464,7 +464,7 @@
 }
 
 
-static Uint8 fmtGetPixelBMFLI(
+static Uint8 fmtGetPixelBlackMailFLI(
     const DMC64Image *img, const int bmoffs, const int scroffs,
     const int vshift, const int vbitmap, const int raster)
 {
@@ -797,7 +797,7 @@
         NULL,
         NULL, NULL,
         NULL, NULL,
-        fmtGetPixelBMFLI,
+        fmtGetPixelBlackMailFLI,
         {
             { DT_EXTRA_DATA,   0x0000, 0,  200, NULL, NULL },
             { DT_COLOR_RAM,    0x0100, 0,  0, NULL, NULL },