aboutsummaryrefslogtreecommitdiff
path: root/lstrlib.c
diff options
context:
space:
mode:
Diffstat (limited to 'lstrlib.c')
-rw-r--r--lstrlib.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/lstrlib.c b/lstrlib.c
index 1c1f9add..081de1c7 100644
--- a/lstrlib.c
+++ b/lstrlib.c
@@ -1,5 +1,5 @@
1/* 1/*
2** $Id: lstrlib.c,v 1.121 2005/08/09 17:42:02 roberto Exp roberto $ 2** $Id: lstrlib.c,v 1.122 2005/08/15 14:12:32 roberto Exp roberto $
3** Standard library for string operations and pattern-matching 3** Standard library for string operations and pattern-matching
4** See Copyright Notice in lua.h 4** See Copyright Notice in lua.h
5*/ 5*/
@@ -782,7 +782,7 @@ static int str_format (lua_State *L) {
782} 782}
783 783
784 784
785static const luaL_reg strlib[] = { 785static const luaL_Reg strlib[] = {
786 {"byte", str_byte}, 786 {"byte", str_byte},
787 {"char", str_char}, 787 {"char", str_char},
788 {"dump", str_dump}, 788 {"dump", str_dump},