diff tools/libgfx.c @ 2057:02fa60b27af5

Correct description of 'cdump' format.
author Matti Hamalainen <ccr@tnsp.org>
date Tue, 04 Dec 2018 19:05:33 +0200
parents 6c6a4ea67540
children bd109c0a7b88
line wrap: on
line diff
--- a/tools/libgfx.c	Tue Dec 04 15:31:13 2018 +0200
+++ b/tools/libgfx.c	Tue Dec 04 19:05:33 2018 +0200
@@ -2440,7 +2440,7 @@
         NULL, NULL, dmWriteRAWImage,
     },
     {
-        "cdump", "'C' dump (8-bit indexed image data only)",
+        "cdump", "'C' dump (image data only)",
         DM_IMGFMT_CDUMP, DM_FMT_WR,
         NULL, NULL, dmWriteCDumpImage,
     }