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;