Merge "Fix anonymous struct."

This commit is contained in:
Shih-wei Liao
2010-08-12 06:33:02 -07:00
committed by Android (Google) Code Review

View File

@ -2,7 +2,7 @@
#define MAX_RADIUS 25
typedef struct {
typedef struct FilterStruct_s {
rs_allocation ain;
float *gaussian; //[MAX_RADIUS * 2 + 1];