diff options
Diffstat (limited to 'liolib.c')
-rw-r--r-- | liolib.c | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -1,5 +1,5 @@ | |||
1 | /* | 1 | /* |
2 | ** $Id: liolib.c,v 2.8 2002/06/05 17:42:03 roberto Exp roberto $ | 2 | ** $Id: liolib.c,v 2.9 2002/06/06 12:43:08 roberto Exp roberto $ |
3 | ** Standard I/O (and system) library | 3 | ** Standard I/O (and system) library |
4 | ** See Copyright Notice in lua.h | 4 | ** See Copyright Notice in lua.h |
5 | */ | 5 | */ |
@@ -281,7 +281,6 @@ static int g_read (lua_State *L, FILE *f, int first) { | |||
281 | break; | 281 | break; |
282 | case 'w': /* word */ | 282 | case 'w': /* word */ |
283 | return luaL_verror(L, "obsolete option `*w'"); | 283 | return luaL_verror(L, "obsolete option `*w'"); |
284 | break; | ||
285 | default: | 284 | default: |
286 | return luaL_argerror(L, n, "invalid format"); | 285 | return luaL_argerror(L, n, "invalid format"); |
287 | } | 286 | } |