summaryrefslogtreecommitdiff
path: root/apps/plugins/lua/rocklib.c
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 /apps/plugins/lua/rocklib.c
parent0565f671181f10e6eb38156d9f409825e2513290 (diff)
downloadrockbox-37a20dffb6c285e625f049820a6aaadbbd7952aa.tar.gz
rockbox-37a20dffb6c285e625f049820a6aaadbbd7952aa.zip
rocklib -- Fix Red
Change-Id: I83b967a266837ebdf887e0f2c2d169a69af9e287
Diffstat (limited to 'apps/plugins/lua/rocklib.c')
-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 @@
55 */ 55 */
56 56
57#define ROCKLUA_IMAGE "rb.image" 57#define ROCKLUA_IMAGE "rb.image"
58struct rocklua_image 58typedef struct rocklua_image
59{ 59{
60 int width; 60 int width;
61 int height; 61 int height;