From 7e3d3e1f70b75f0d5d8b5e3b240404a9f9adbcf1 Mon Sep 17 00:00:00 2001 From: Roberto Ierusalimschy Date: Fri, 2 Feb 2001 17:02:40 -0200 Subject: details --- lstrlib.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'lstrlib.c') diff --git a/lstrlib.c b/lstrlib.c index 9a8823a6..42e4e9d3 100644 --- a/lstrlib.c +++ b/lstrlib.c @@ -1,5 +1,5 @@ /* -** $Id: lstrlib.c,v 1.60 2000/12/18 13:41:41 roberto Exp roberto $ +** $Id: lstrlib.c,v 1.61 2001/01/10 16:58:11 roberto Exp roberto $ ** Standard library for string operations and pattern-matching ** See Copyright Notice in lua.h */ @@ -628,7 +628,7 @@ static int str_format (lua_State *L) { } -static const struct luaL_reg strlib[] = { +static const luaL_reg strlib[] = { {"strlen", str_len}, {"strsub", str_sub}, {"strlower", str_lower}, -- cgit v1.2.3-55-g6feb