OSDN Git Service

dump 時のタグ名に余計な空白が入っていた。削除
authoryoya <yoya@7c90b180-03d5-4157-b861-58a559ae9d1e>
Thu, 14 Apr 2011 11:12:35 +0000 (11:12 +0000)
committeryoya <yoya@7c90b180-03d5-4157-b861-58a559ae9d1e>
Thu, 14 Apr 2011 11:12:35 +0000 (11:12 +0000)
git-svn-id: svn+ssh://svn.sourceforge.jp/svnroot/swfed/trunk@564 7c90b180-03d5-4157-b861-58a559ae9d1e

src/swf_tag.c

index bd5c9ee..b9c92e8 100644 (file)
@@ -30,7 +30,7 @@ swf_tag_info_t swf_tag_info_table[] = {
     { 7, "DefineButton", NULL},
     { 8, "JPEGTables", swf_tag_jpegt_detail_handler },
     { 9, "SetBackgroundColor", NULL },
-    { 10, "DefineFont ", NULL},
+    { 10, "DefineFont", NULL},
     { 11, "DefineText", NULL },
     { 12, "DoAction", swf_tag_action_detail_handler },
     { 13, "DefineFontInfo", NULL },