summaryrefslogtreecommitdiff
path: root/src/scripting/lua.cpp
diff options
context:
space:
mode:
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.