aboutsummaryrefslogtreecommitdiff
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 13f2b078..f016fcde 100644
--- a/ldblib.c
+++ b/ldblib.c
@@ -1,5 +1,5 @@
1/* 1/*
2** $Id: ldblib.c,v 1.21 2000/09/12 18:38:25 roberto Exp roberto $ 2** $Id: ldblib.c,v 1.22 2000/10/02 20:10:55 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*/
@@ -174,7 +174,7 @@ static const struct luaL_reg dblib[] = {
174}; 174};
175 175
176 176
177void lua_dblibopen (lua_State *L) { 177LUA_API void lua_dblibopen (lua_State *L) {
178 luaL_openl(L, dblib); 178 luaL_openl(L, dblib);
179} 179}
180 180