diff options
Diffstat (limited to 'src/lib_debug.c')
-rw-r--r-- | src/lib_debug.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib_debug.c b/src/lib_debug.c index 95420222..3f1cb8c6 100644 --- a/src/lib_debug.c +++ b/src/lib_debug.c | |||
@@ -360,7 +360,7 @@ LJLIB_CF(debug_traceback) | |||
360 | 360 | ||
361 | LUALIB_API int luaopen_debug(lua_State *L) | 361 | LUALIB_API int luaopen_debug(lua_State *L) |
362 | { | 362 | { |
363 | LJ_LIB_REG(L, debug); | 363 | LJ_LIB_REG(L, LUA_DBLIBNAME, debug); |
364 | return 1; | 364 | return 1; |
365 | } | 365 | } |
366 | 366 | ||