changeset 472:0359697eeb46

Oops, the ARAW palette output should use dc.w, not dw.b .. :P
author Matti Hamalainen <ccr@tnsp.org>
date Wed, 07 Nov 2012 00:55:12 +0200
parents 3f5163208ef6
children 73bfe73553eb
files libgfx.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/libgfx.c	Sun Nov 04 21:30:21 2012 +0200
+++ b/libgfx.c	Wed Nov 07 00:55:12 2012 +0200
@@ -229,7 +229,7 @@
 
         fprintf(fp, "%s%s $%04X\n",
             indent != NULL ? indent : "\t",
-            type != NULL ? type : "dw.b",
+            type != NULL ? type : "dc.w",
             color);
     }