From 300c953376ea93e9ba8e3ba2b97173dcecd11239 Mon Sep 17 00:00:00 2001 From: Bjørn Lindeijer Date: Sun, 20 Apr 2008 18:56:15 +0000 Subject: Fixed some compiler errors/warnings. --- src/scripting/lua.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/scripting') diff --git a/src/scripting/lua.cpp b/src/scripting/lua.cpp index b96aac4..46463df 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. -- cgit