# HG changeset patch # User Matti Hamalainen # Date 1543943133 -7200 # Node ID 02fa60b27af506561dffe70be1d09a51d62b6591 # Parent c27ed6465022cb506c5d504f376fde1a11233ad6 Correct description of 'cdump' format. diff -r c27ed6465022 -r 02fa60b27af5 tools/libgfx.c --- 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, }