fixed warnings.
[swftools.git] / src / flash.c
index 914f985..7c73397 100644 (file)
@@ -89,6 +89,7 @@ struct GRADIENT readGRADIENT(struct reader_t*r, int shape)
        else
            gradient.rgba[t] = readRGBA(r);
     }
+    return gradient;
 }
 
 struct RECT readRECT(struct reader_t*reader)