lua

A copy of the Lua development repository
Log | Files | Refs | README

commit 43f13729a24f187c291135aa60cdeb9d9be89251
parent 136f8e148d6e69ed058e220fea758a8cfa4fbd38
Author: Roberto Ierusalimschy <roberto@inf.puc-rio.br>
Date:   Mon, 20 Jun 2011 13:50:35 -0300

comment

Diffstat:
Mloslib.c | 4++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/loslib.c b/loslib.c @@ -1,5 +1,5 @@ /* -** $Id: loslib.c,v 1.33 2011/01/26 16:30:02 roberto Exp roberto $ +** $Id: loslib.c,v 1.34 2011/03/03 16:34:46 roberto Exp roberto $ ** Standard Operating System library ** See Copyright Notice in lua.h */ @@ -21,7 +21,7 @@ /* -** list of valid conversion specifiers @* for the 'strftime' function +** list of valid conversion specifiers for the 'strftime' function */ #if !defined(LUA_STRFTIMEOPTIONS)