Commit 22da19b4 authored by Pierre Ynard's avatar Pierre Ynard

lua: simplify

parent ceacef3b
......@@ -390,7 +390,7 @@ int Open_LuaIntf( vlc_object_t *p_this )
free( psz_config );
}
if( b_config_set == false )
if( !b_config_set )
{
lua_newtable( L );
lua_setglobal( L, "config" );
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment