git.asbjorn.biz
/
swftools.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9a19cee
)
fixed shape display formatting.
author
kramm
<kramm>
Thu, 11 Nov 2004 16:39:56 +0000
(16:39 +0000)
committer
kramm
<kramm>
Thu, 11 Nov 2004 16:39:56 +0000
(16:39 +0000)
src/swfdump.c
patch
|
blob
|
history
diff --git
a/src/swfdump.c
b/src/swfdump.c
index
f44f6b2
..
49208ab
100644
(file)
--- 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]));