summaryrefslogtreecommitdiff
path: root/ldblib.c
diff options
context:
space:
mode:
Diffstat (limited to 'ldblib.c')
-rw-r--r--ldblib.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/ldblib.c b/ldblib.c
index 3716a4dd..3ee8631b 100644
--- a/ldblib.c
+++ b/ldblib.c
@@ -1,5 +1,5 @@
1/* 1/*
2** $Id: ldblib.c,v 1.99 2005/07/12 14:32:08 roberto Exp roberto $ 2** $Id: ldblib.c,v 1.100 2005/08/15 14:12:32 roberto Exp roberto $
3** Interface from Lua to its debug API 3** Interface from Lua to its debug API
4** See Copyright Notice in lua.h 4** See Copyright Notice in lua.h
5*/ 5*/
@@ -365,7 +365,7 @@ static int db_errorfb (lua_State *L) {
365} 365}
366 366
367 367
368static const luaL_reg dblib[] = { 368static const luaL_Reg dblib[] = {
369 {"debug", db_debug}, 369 {"debug", db_debug},
370 {"getfenv", db_getfenv}, 370 {"getfenv", db_getfenv},
371 {"gethook", db_gethook}, 371 {"gethook", db_gethook},