diff options
author | William Wilgus <me.theuser@yahoo.com> | 2018-05-31 14:31:00 +0200 |
---|---|---|
committer | William Wilgus <me.theuser@yahoo.com> | 2018-05-31 14:31:24 +0200 |
commit | 641e033e33bbb918c7324e9626b4a4e36aa13b8d (patch) | |
tree | d9768e2708b2bfa18fffa74bf857b184658f31b9 | |
parent | 4508ee9dbbe704b1e845ba9b15e0f66f2484c308 (diff) | |
download | rockbox-641e033.tar.gz rockbox-641e033.zip |
Revert "rocklib -- Fix Red"
This reverts commit 37a20dffb6c285e625f049820a6aaadbbd7952aa.
Change-Id: Ibf3a56f2b84e0e4af4c2ed890bc22b3555ab24ae
-rw-r--r-- | apps/plugins/lua/rocklib.c | 2 |
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 @@ */ #define ROCKLUA_IMAGE "rb.image" -typedef struct rocklua_image +struct rocklua_image { int width; int height; |