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 4714dec..c8d1366 100644
--- a/apps/plugins/lua/rocklib.h
+++ b/apps/plugins/lua/rocklib.h
@@ -33,7 +33,7 @@
#endif
#define RB_CONSTANT(x) {#x, x}
-#define RB_STRING_CONSTANT(x) RB_CONSTANT(x)
+#define RB_STRING_CONSTANT(x) {#x, x}
struct lua_int_reg {
char const* name;