summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorWilliam Wilgus <me.theuser@yahoo.com>2018-05-28 17:50:02 +0200
committerWilliam Wilgus <me.theuser@yahoo.com>2018-05-28 17:52:32 +0200
commit37a20dffb6c285e625f049820a6aaadbbd7952aa (patch)
tree81b7d136de3c68f3a4b5da368c146562e534082b
parent0565f671181f10e6eb38156d9f409825e2513290 (diff)
downloadrockbox-37a20df.tar.gz
rockbox-37a20df.zip
rocklib -- Fix Red
Change-Id: I83b967a266837ebdf887e0f2c2d169a69af9e287
-rw-r--r--apps/plugins/lua/rocklib.c2
1 files changed, 1 insertions, 1 deletions
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;