aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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':