summaryrefslogtreecommitdiffstats
path: root/third_party/libwebp/dec/yuv.c
diff options
context:
space:
mode:
Diffstat (limited to 'third_party/libwebp/dec/yuv.c')
-rw-r--r--third_party/libwebp/dec/yuv.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/third_party/libwebp/dec/yuv.c b/third_party/libwebp/dec/yuv.c
index 30f59c1..ac448ee 100644
--- a/third_party/libwebp/dec/yuv.c
+++ b/third_party/libwebp/dec/yuv.c
@@ -23,7 +23,7 @@ uint8_t VP8kClip[YUV_RANGE_MAX - YUV_RANGE_MIN];
static int done = 0;
-void VP8YUVInit() {
+void VP8YUVInit(void) {
int i;
if (done) {
return;