fixed shape display formatting.
authorkramm <kramm>
Thu, 11 Nov 2004 16:39:56 +0000 (16:39 +0000)
committerkramm <kramm>
Thu, 11 Nov 2004 16:39:56 +0000 (16:39 +0000)
src/swfdump.c

index f44f6b2..49208ab 100644 (file)
@@ -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]));