aboutsummaryrefslogtreecommitdiff
path: root/lobject.c
diff options
context:
space:
mode:
Diffstat (limited to 'lobject.c')
-rw-r--r--lobject.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/lobject.c b/lobject.c
index fdbf7f76..d07f068b 100644
--- a/lobject.c
+++ b/lobject.c
@@ -1,5 +1,5 @@
1/* 1/*
2** $Id: lobject.c,v 2.53 2011/07/27 12:09:13 roberto Exp roberto $ 2** $Id: lobject.c,v 2.53 2011/07/27 12:13:08 roberto Exp roberto $
3** Some generic functions over Lua objects 3** Some generic functions over Lua objects
4** See Copyright Notice in lua.h 4** See Copyright Notice in lua.h
5*/ 5*/
@@ -221,7 +221,6 @@ const char *luaO_pushvfstring (lua_State *L, const char *fmt, va_list argp) {
221 luaG_runerror(L, 221 luaG_runerror(L,
222 "invalid option " LUA_QL("%%%c") " to " LUA_QL("lua_pushfstring"), 222 "invalid option " LUA_QL("%%%c") " to " LUA_QL("lua_pushfstring"),
223 *(e + 1)); 223 *(e + 1));
224 break;
225 } 224 }
226 } 225 }
227 n += 2; 226 n += 2;