changeset 2339:2b22a7719a58

Comment.
author Matti Hamalainen <ccr@tnsp.org>
date Mon, 23 Sep 2019 11:16:57 +0300
parents ae938889eafb
children 85cd3d36e670
files tools/lib64gfx.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/tools/lib64gfx.c	Mon Sep 23 11:14:39 2019 +0300
+++ b/tools/lib64gfx.c	Mon Sep 23 11:16:57 2019 +0300
@@ -1471,7 +1471,7 @@
     if ((res = dmC64SetImagePalette(*pdst, &spec, mixed)) != DMERR_OK)
         return res;
 
-    // Convert
+    // Perform the conversion
     if (src->fmt->convertFrom != NULL)
         res = src->fmt->convertFrom(*pdst, src, &spec);
     else