From: kramm Date: Thu, 11 Nov 2004 16:39:56 +0000 (+0000) Subject: fixed shape display formatting. X-Git-Tag: release-0-6-3~186 X-Git-Url: http://git.asbjorn.biz/?p=swftools.git;a=commitdiff_plain;h=3f3ba914bd1f7cd9b0a0f05129ff3cb2a5816203 fixed shape display formatting. --- diff --git a/src/swfdump.c b/src/swfdump.c index f44f6b2..49208ab 100644 --- a/src/swfdump.c +++ b/src/swfdump.c @@ -623,7 +623,7 @@ void handleShape(TAG*tag, char*prefix) if(t < shape.numfillstyles) { printf(" | %-2d) %-18.18s", t+1, fillstyle2str(&shape.fillstyles[t])); } else { - printf(" "); + printf(" "); } if(t < shape.numlinestyles) { printf("%-2d) %s", t+1, linestyle2str(&shape.linestyles[t]));