[Swfed-svn] swfed-svn [156] typo修正 witdh => width

Back to archive index

svnno****@sourc***** svnno****@sourc*****
2009年 6月 10日 (水) 01:26:15 JST


Revision: 156
          http://svn.sourceforge.jp/view?root=swfed&view=rev&rev=156
Author:   yoya
Date:     2009-06-10 01:26:15 +0900 (Wed, 10 Jun 2009)

Log Message:
-----------
typo修正 witdh => width

Modified Paths:
--------------
    trunk/src/swf_line_style.c


-------------- next part --------------
Modified: trunk/src/swf_line_style.c
===================================================================
--- trunk/src/swf_line_style.c	2009-06-09 16:25:45 UTC (rev 155)
+++ trunk/src/swf_line_style.c	2009-06-09 16:26:15 UTC (rev 156)
@@ -93,7 +93,7 @@
                      swf_tag_t *tag) {
     if (tag->tag == 46) { // DefineMorphShape
         print_indent(indent_depth);
-        printf("witdh=%d  width_morph=%d\n",
+        printf("width=%d  width_morph=%d\n",
                line_style->width, line_style->width_morph);
         swf_rgba_print(&(line_style->rgba), indent_depth);
         swf_rgba_print(&(line_style->rgba_morph), indent_depth);
@@ -130,11 +130,11 @@
         }
     } else if (tag->tag == 32) { // DefineShape3
         print_indent(indent_depth);
-        printf("witdh=%u\n", line_style->width);
+        printf("width=%u\n", line_style->width);
         swf_rgba_print(&(line_style->rgba), indent_depth + 1);
     } else {
         print_indent(indent_depth);
-        printf("witdh=%u\n", line_style->width);
+        printf("width=%u\n", line_style->width);
         swf_rgb_print(&(line_style->rgb), indent_depth + 1);
     }
     return 0;



Swfed-svn メーリングリストの案内
Back to archive index