OSDN Git Service

;; で並べたら VC++ でコンパイル出来なかったので ; ひとつに修正
authorYoshihiro Yamazaki <yoya@awm.jp>
Mon, 11 Feb 2013 18:42:08 +0000 (03:42 +0900)
committerYoshihiro Yamazaki <yoya@awm.jp>
Mon, 11 Feb 2013 18:42:08 +0000 (03:42 +0900)
src/swf_tag_shape.c

index 2928a78..8992502 100644 (file)
@@ -597,7 +597,7 @@ int
 swf_tag_shape_apply_type_tilled(void *detail, int shape_id, int bitmap_id) {
     int i;
     swf_tag_shape_detail_t *swf_tag_shape = (swf_tag_shape_detail_t *) detail;
-    swf_fill_style_array_t *fill_styles;;
+    swf_fill_style_array_t *fill_styles;
     swf_shape_record_t *shape_record = NULL;
 
     if (detail == NULL) {