diff tools/gfxconv.c @ 1494:3b220604ae3c

Add short format attribute names to dmC64GetImageTypeString().
author Matti Hamalainen <ccr@tnsp.org>
date Fri, 11 May 2018 06:26:42 +0300
parents d987a4933e1c
children aa87cb6cf33b
line wrap: on
line diff
--- a/tools/gfxconv.c	Fri May 11 05:46:50 2018 +0300
+++ b/tools/gfxconv.c	Fri May 11 06:26:42 2018 +0300
@@ -213,7 +213,7 @@
         char buf[64];
         printf("%-5s | %-15s | %s\n",
             fmt->fext,
-            dmC64GetImageTypeString(buf, sizeof(buf), fmt->type),
+            dmC64GetImageTypeString(buf, sizeof(buf), fmt->type, FALSE),
             fmt->name);
     }
 }