X-Git-Url: http://git.asbjorn.biz/?p=swftools.git;a=blobdiff_plain;f=src%2Fswfdump.c;h=49208ab8d56c3ec09dd495f6eb545e0ac46c6faf;hp=f44f6b2527f8401f7c75d9042a454d7791b5760b;hb=3f3ba914bd1f7cd9b0a0f05129ff3cb2a5816203;hpb=9a19cee223398f45126b6297298e6028c0bcd6f6 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]));