summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWilliam Wilgus <me.theuser@yahoo.com>2018-05-31 14:31:00 +0200
committerWilliam Wilgus <me.theuser@yahoo.com>2018-05-31 14:31:24 +0200
commit641e033e33bbb918c7324e9626b4a4e36aa13b8d (patch)
treed9768e2708b2bfa18fffa74bf857b184658f31b9
parent4508ee9dbbe704b1e845ba9b15e0f66f2484c308 (diff)
downloadrockbox-641e033e33bbb918c7324e9626b4a4e36aa13b8d.tar.gz
rockbox-641e033e33bbb918c7324e9626b4a4e36aa13b8d.zip
Revert "rocklib -- Fix Red"
This reverts commit 37a20dffb6c285e625f049820a6aaadbbd7952aa. Change-Id: Ibf3a56f2b84e0e4af4c2ed890bc22b3555ab24ae
-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 4b3117243c..2268063d3f 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"
58typedef struct rocklua_image 58struct rocklua_image
59{ 59{
60 int width; 60 int width;
61 int height; 61 int height;