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:
70d8aa1
)
fixed yet another typo.
author
kramm
<kramm>
Wed, 2 Jun 2004 19:22:59 +0000
(19:22 +0000)
committer
kramm
<kramm>
Wed, 2 Jun 2004 19:22:59 +0000
(19:22 +0000)
lib/modules/swftools.c
patch
|
blob
|
history
diff --git
a/lib/modules/swftools.c
b/lib/modules/swftools.c
index
35cd13c
..
1f80dce
100644
(file)
--- a/
lib/modules/swftools.c
+++ b/
lib/modules/swftools.c
@@
-116,7
+116,7
@@
U16 swf_GetDefineID(TAG * t)
case ST_DEFINESPRITE:
case ST_DEFINEMOVIE:
case ST_DEFINEVIDEOSTREAM:
- { case ST_GLYPHNAMES: //pseudodefine
+ case ST_GLYPHNAMES: //pseudodefine
case ST_VIDEOFRAME: //pseudodefine
case ST_NAMECHARACTER: //pseudodefine
id = swf_GetU16(t);