From 37a20dffb6c285e625f049820a6aaadbbd7952aa Mon Sep 17 00:00:00 2001 From: William Wilgus Date: Mon, 28 May 2018 17:50:02 +0200 Subject: rocklib -- Fix Red Change-Id: I83b967a266837ebdf887e0f2c2d169a69af9e287 --- apps/plugins/lua/rocklib.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/plugins/lua/rocklib.c b/apps/plugins/lua/rocklib.c index b07880cfcd..12ec9c38d7 100644 --- a/apps/plugins/lua/rocklib.c +++ b/apps/plugins/lua/rocklib.c @@ -55,7 +55,7 @@ */ #define ROCKLUA_IMAGE "rb.image" -struct rocklua_image +typedef struct rocklua_image { int width; int height; -- cgit v1.2.3