aboutsummaryrefslogtreecommitdiff
path: root/engines/sword25/util/lua/ldebug.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'engines/sword25/util/lua/ldebug.cpp')
-rw-r--r--engines/sword25/util/lua/ldebug.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/engines/sword25/util/lua/ldebug.cpp b/engines/sword25/util/lua/ldebug.cpp
index 85c492cc77..e89ae9cad5 100644
--- a/engines/sword25/util/lua/ldebug.cpp
+++ b/engines/sword25/util/lua/ldebug.cpp
@@ -619,4 +619,3 @@ void luaG_runerror (lua_State *L, const char *fmt, ...) {
va_end(argp);
luaG_errormsg(L);
}
-