From: kramm Date: Wed, 2 Jun 2004 19:22:59 +0000 (+0000) Subject: fixed yet another typo. X-Git-Tag: release-0-6-0~143 X-Git-Url: http://git.asbjorn.biz/?a=commitdiff_plain;ds=sidebyside;h=9db884e5c11cd8f1c5425c3138b88a67d990cae4;p=swftools.git fixed yet another typo. --- diff --git a/lib/modules/swftools.c b/lib/modules/swftools.c index 35cd13c..1f80dce 100644 --- 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);