OSDN Git Service

swf_shape_with_style_delete の末尾に return 0 を追加
authoryoya <yoya@7c90b180-03d5-4157-b861-58a559ae9d1e>
Mon, 25 Oct 2010 16:32:59 +0000 (16:32 +0000)
committeryoya <yoya@7c90b180-03d5-4157-b861-58a559ae9d1e>
Mon, 25 Oct 2010 16:32:59 +0000 (16:32 +0000)
git-svn-id: svn+ssh://svn.sourceforge.jp/svnroot/swfed/trunk@289 7c90b180-03d5-4157-b861-58a559ae9d1e

src/swf_shape_with_style.c

index 37dc0c6..820d55b 100644 (file)
@@ -44,6 +44,7 @@ int
 swf_shape_with_style_delete(swf_shape_with_style_t *shape_with_style) {
   swf_styles_delete(&(shape_with_style->styles));
   swf_shape_record_delete(&(shape_with_style->shape_records));
+  return 0;
 }
 
 int