diff --git a/src/scripting/lua/core.c b/src/scripting/lua/core.c index c50d43e53..469bf4e25 100644 --- a/src/scripting/lua/core.c +++ b/src/scripting/lua/core.c @@ -537,7 +537,7 @@ l_set_option(LS) } /* Call hook */ - option_changed(lua_ses, opt, opt); + option_changed(lua_ses, opt); return 1; lua_error: