changeset 2057:02fa60b27af5

Correct description of 'cdump' format.
author Matti Hamalainen <ccr@tnsp.org>
date Tue, 04 Dec 2018 19:05:33 +0200
parents c27ed6465022
children 020f2151949a
files tools/libgfx.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
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,
     }