changeset 2337:8f4cfe59b2bb

Comment.
author Matti Hamalainen <ccr@tnsp.org>
date Mon, 23 Sep 2019 11:11:33 +0300
parents 4b96459be0d6
children ae938889eafb
files tools/lib64gfx.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/tools/lib64gfx.c	Thu Sep 19 12:09:56 2019 +0300
+++ b/tools/lib64gfx.c	Mon Sep 23 11:11:33 2019 +0300
@@ -1396,7 +1396,7 @@
 }
 
 
-// Convert a generic "C64" format bitmap in DMC64Image struct to
+// Convert a C64 format bitmap in DMC64Image struct to
 // a indexed/paletted bitmap image.
 int dmC64ConvertGenericBMP2Image(DMImage *dst, const DMC64Image *src, const DMC64ImageConvSpec *spec)
 {