diff options
-rw-r--r-- | lbaselib.c | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -1,5 +1,5 @@ | |||
1 | /* | 1 | /* |
2 | ** $Id: lbaselib.c,v 1.264 2011/07/05 12:49:35 roberto Exp roberto $ | 2 | ** $Id: lbaselib.c,v 1.265 2011/07/27 12:14:06 roberto Exp roberto $ |
3 | ** Basic library | 3 | ** Basic library |
4 | ** See Copyright Notice in lua.h | 4 | ** See Copyright Notice in lua.h |
5 | */ | 5 | */ |
@@ -267,7 +267,6 @@ static int luaB_loadfile (lua_State *L) { | |||
267 | 267 | ||
268 | 268 | ||
269 | typedef struct { | 269 | typedef struct { |
270 | char c; | ||
271 | const char *mode; | 270 | const char *mode; |
272 | } loaddata; | 271 | } loaddata; |
273 | 272 | ||