aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/include/video/mmp_disp.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/video/mmp_disp.h')
-rw-r--r--include/video/mmp_disp.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/video/mmp_disp.h b/include/video/mmp_disp.h
index 1f9bc133e230..77252cb46361 100644
--- a/include/video/mmp_disp.h
+++ b/include/video/mmp_disp.h
@@ -231,7 +231,7 @@ struct mmp_path {
/* layers */
int overlay_num;
- struct mmp_overlay overlays[0];
+ struct mmp_overlay overlays[];
};
extern struct mmp_path *mmp_get_path(const char *name);