diff options
Diffstat (limited to 'lua.c')
-rw-r--r-- | lua.c | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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': |