1
0
mirror of https://github.com/rkd77/elinks.git synced 2024-12-04 14:46:47 -05:00

l_set_option: Correct the args to option_changed().

Should have been in commit 2e5488ba3d.
This commit is contained in:
Kalle Olavi Niemitalo 2007-01-27 22:31:47 +02:00 committed by Kalle Olavi Niemitalo
parent 90f1fc5a62
commit 233c59b9c2

View File

@ -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: