From 3390f9a35ac66d01c7bb0114083a4cb384783ff5 Mon Sep 17 00:00:00 2001 From: Roberto Ierusalimschy Date: Fri, 26 Aug 2005 14:36:32 -0300 Subject: detail --- lstrlib.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'lstrlib.c') diff --git a/lstrlib.c b/lstrlib.c index 1c1f9add..081de1c7 100644 --- a/lstrlib.c +++ b/lstrlib.c @@ -1,5 +1,5 @@ /* -** $Id: lstrlib.c,v 1.121 2005/08/09 17:42:02 roberto Exp roberto $ +** $Id: lstrlib.c,v 1.122 2005/08/15 14:12:32 roberto Exp roberto $ ** Standard library for string operations and pattern-matching ** See Copyright Notice in lua.h */ @@ -782,7 +782,7 @@ static int str_format (lua_State *L) { } -static const luaL_reg strlib[] = { +static const luaL_Reg strlib[] = { {"byte", str_byte}, {"char", str_char}, {"dump", str_dump}, -- cgit v1.2.3-55-g6feb