summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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;