summaryrefslogtreecommitdiff
path: root/src/scripting/lua.cpp
diff options
context:
space:
mode:
authorBjørn Lindeijer <bjorn@lindeijer.nl>2008-04-20 18:56:15 +0000
committerBjørn Lindeijer <bjorn@lindeijer.nl>2008-04-20 18:56:15 +0000
commit300c953376ea93e9ba8e3ba2b97173dcecd11239 (patch)
tree5fc5d3eab59e44efe6944aef97635450f9d20cf3 /src/scripting/lua.cpp
parentc4dc68d8a2ebf9723b1cd83c5db6196b3eb58396 (diff)
downloadmanaserv-300c953376ea93e9ba8e3ba2b97173dcecd11239.tar.gz
manaserv-300c953376ea93e9ba8e3ba2b97173dcecd11239.tar.bz2
manaserv-300c953376ea93e9ba8e3ba2b97173dcecd11239.tar.xz
manaserv-300c953376ea93e9ba8e3ba2b97173dcecd11239.zip
Fixed some compiler errors/warnings.
Diffstat (limited to 'src/scripting/lua.cpp')
-rw-r--r--src/scripting/lua.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/scripting/lua.cpp b/src/scripting/lua.cpp
index b96aac47..46463dfc 100644
--- a/src/scripting/lua.cpp
+++ b/src/scripting/lua.cpp
@@ -482,7 +482,7 @@ static int LuaMonster_Create(lua_State *s)
lua_pushlightuserdata(s, q);
return 1;
-};
+}
/**
* Called when the server has recovered the value of a quest variable.