aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--lbaselib.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/lbaselib.c b/lbaselib.c
index 9185dc8c..0b12a5ae 100644
--- a/lbaselib.c
+++ b/lbaselib.c
@@ -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
269typedef struct { 269typedef struct {
270char c;
271 const char *mode; 270 const char *mode;
272} loaddata; 271} loaddata;
273 272