Commit 01bd073c authored by Jean-Baptiste Kempf's avatar Jean-Baptiste Kempf

Lua: code cosmetic

parent a60b897e
...@@ -294,8 +294,7 @@ int vlclua_scripts_batch_execute( vlc_object_t *p_this, ...@@ -294,8 +294,7 @@ int vlclua_scripts_batch_execute( vlc_object_t *p_this,
if( likely(psz_filename != NULL) ) if( likely(psz_filename != NULL) )
{ {
msg_Dbg( p_this, "Trying Lua playlist script %s", msg_Dbg( p_this, "Trying Lua playlist script %s", psz_filename );
psz_filename );
i_ret = func( p_this, psz_filename, user_data ); i_ret = func( p_this, psz_filename, user_data );
free( psz_filename ); free( psz_filename );
if( i_ret == VLC_SUCCESS ) if( i_ret == VLC_SUCCESS )
......
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