summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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 {
45 char const* value; 45 char const* value;
46}; 46};
47 47
48LUALIB_API int (luaopen_rock) (lua_State *L); 48LUALIB_API int (luaopen_rock) (lua_State *L) __attribute__((aligned(0x8)));
49int get_current_path(lua_State *L, int level); 49int get_current_path(lua_State *L, int level);
50int filetol(int fd, long *num); 50int filetol(int fd, long *num);
51 51