summaryrefslogtreecommitdiffstats
path: root/apps
diff options
context:
space:
mode:
Diffstat (limited to 'apps')
-rw-r--r--apps/plugins/lua/rocklib.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/plugins/lua/rocklib.h b/apps/plugins/lua/rocklib.h
index c8d1366ba6..5d3abe30ec 100644
--- a/apps/plugins/lua/rocklib.h
+++ b/apps/plugins/lua/rocklib.h
@@ -45,7 +45,7 @@ struct lua_str_reg {
char const* value;
};
-LUALIB_API int (luaopen_rock) (lua_State *L);
+LUALIB_API int (luaopen_rock) (lua_State *L) __attribute__((aligned(0x8)));
int get_current_path(lua_State *L, int level);
int filetol(int fd, long *num);