diff options
author | William Wilgus <me.theuser@yahoo.com> | 2018-05-28 17:50:02 +0200 |
---|---|---|
committer | William Wilgus <me.theuser@yahoo.com> | 2018-05-28 17:52:32 +0200 |
commit | 37a20dffb6c285e625f049820a6aaadbbd7952aa (patch) | |
tree | 81b7d136de3c68f3a4b5da368c146562e534082b /apps | |
parent | 0565f671181f10e6eb38156d9f409825e2513290 (diff) |
rocklib -- Fix Red
Change-Id: I83b967a266837ebdf887e0f2c2d169a69af9e287
Diffstat (limited to 'apps')
-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 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; |