diff options
Diffstat (limited to 'lstrlib.c')
-rw-r--r-- | lstrlib.c | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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 | ||
785 | static const luaL_reg strlib[] = { | 785 | static 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}, |