From c4ea0c3b29252bcafeadf2f69532bdb67ab20bb9 Mon Sep 17 00:00:00 2001 From: Roberto Ierusalimschy Date: Wed, 26 Jan 2011 14:30:02 -0200 Subject: detail (cleaning trailing spaces) --- linit.c | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'linit.c') diff --git a/linit.c b/linit.c index cc975ec3..a3c31a7b 100644 --- a/linit.c +++ b/linit.c @@ -1,16 +1,16 @@ /* -** $Id: linit.c,v 1.29 2010/10/25 14:32:36 roberto Exp roberto $ -** Initialization of libraries for lua.c and other clients +** $Id: linit.c,v 1.30 2010/11/12 15:48:30 roberto Exp roberto $ +** Initialization of libraries for lua.c and other clients ** See Copyright Notice in lua.h */ -/* +/* ** If you embed Lua in your program and need to open the standard ** libraries, call luaL_openlibs in your program. If you need a ** different set of libraries, copy this file to your project and edit ** it to suit your needs. -*/ +*/ #define linit_c -- cgit v1.2.3-55-g6feb