From 641e033e33bbb918c7324e9626b4a4e36aa13b8d Mon Sep 17 00:00:00 2001 From: William Wilgus Date: Thu, 31 May 2018 14:31:00 +0200 Subject: Revert "rocklib -- Fix Red" This reverts commit 37a20dffb6c285e625f049820a6aaadbbd7952aa. Change-Id: Ibf3a56f2b84e0e4af4c2ed890bc22b3555ab24ae --- 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 4b3117243c..2268063d3f 100644 --- a/apps/plugins/lua/rocklib.c +++ b/apps/plugins/lua/rocklib.c @@ -55,7 +55,7 @@ */ #define ROCKLUA_IMAGE "rb.image" -typedef struct rocklua_image +struct rocklua_image { int width; int height; -- cgit v1.2.3