summaryrefslogtreecommitdiff
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 9a8823a6..42e4e9d3 100644
--- a/lstrlib.c
+++ b/lstrlib.c
@@ -1,5 +1,5 @@
1/* 1/*
2** $Id: lstrlib.c,v 1.60 2000/12/18 13:41:41 roberto Exp roberto $ 2** $Id: lstrlib.c,v 1.61 2001/01/10 16:58:11 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*/
@@ -628,7 +628,7 @@ static int str_format (lua_State *L) {
628} 628}
629 629
630 630
631static const struct luaL_reg strlib[] = { 631static const luaL_reg strlib[] = {
632{"strlen", str_len}, 632{"strlen", str_len},
633{"strsub", str_sub}, 633{"strsub", str_sub},
634{"strlower", str_lower}, 634{"strlower", str_lower},