aboutsummaryrefslogtreecommitdiff
path: root/lua.c
diff options
context:
space:
mode:
authorRoberto Ierusalimschy <roberto@inf.puc-rio.br>1999-11-12 11:54:44 -0200
committerRoberto Ierusalimschy <roberto@inf.puc-rio.br>1999-11-12 11:54:44 -0200
commita34677e4f409b291308d8fe37dee135fe42fe2e1 (patch)
tree4beb5861f0d133b91dd995e479eb2d4da4ebe163 /lua.c
parent573372665ab47bb6c0451ee7ca3ff5fce9b370e0 (diff)
downloadlua-a34677e4f409b291308d8fe37dee135fe42fe2e1.tar.gz
lua-a34677e4f409b291308d8fe37dee135fe42fe2e1.tar.bz2
lua-a34677e4f409b291308d8fe37dee135fe42fe2e1.zip
details
Diffstat (limited to 'lua.c')
-rw-r--r--lua.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/lua.c b/lua.c
index 88ed4482..040aa72f 100644
--- a/lua.c
+++ b/lua.c
@@ -1,5 +1,5 @@
1/* 1/*
2** $Id: lua.c,v 1.23 1999/08/18 17:40:54 roberto Exp roberto $ 2** $Id: lua.c,v 1.24 1999/11/09 17:59:35 roberto Exp roberto $
3** Lua stand-alone interpreter 3** Lua stand-alone interpreter
4** See Copyright Notice in lua.h 4** See Copyright Notice in lua.h
5*/ 5*/
@@ -175,7 +175,7 @@ int main (int argc, char *argv[]) {
175 lua_setdebug(1); 175 lua_setdebug(1);
176 break; 176 break;
177 case 'v': 177 case 'v':
178 printf("%s %s\n(written by %s)\n\n", 178 printf("%s %s\n(written by %s)\n",
179 LUA_VERSION, LUA_COPYRIGHT, LUA_AUTHORS); 179 LUA_VERSION, LUA_COPYRIGHT, LUA_AUTHORS);
180 break; 180 break;
181 case 'e': 181 case 'e':