This commit is contained in:
Roberto Ierusalimschy
2011-06-20 13:50:59 -03:00
parent 136f8e148d
commit 43f13729a2

View File

@@ -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)