summaryrefslogtreecommitdiff
path: root/apps/plugins/lua/rocklib.h
diff options
context:
space:
mode:
Diffstat (limited to 'apps/plugins/lua/rocklib.h')
-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 4714dec36d..c8d1366ba6 100644
--- a/apps/plugins/lua/rocklib.h
+++ b/apps/plugins/lua/rocklib.h
@@ -33,7 +33,7 @@
33#endif 33#endif
34 34
35#define RB_CONSTANT(x) {#x, x} 35#define RB_CONSTANT(x) {#x, x}
36#define RB_STRING_CONSTANT(x) RB_CONSTANT(x) 36#define RB_STRING_CONSTANT(x) {#x, x}
37 37
38struct lua_int_reg { 38struct lua_int_reg {
39 char const* name; 39 char const* name;