[vlc-commits] Lua: code cosmetic

Jean-Baptiste Kempf git at videolan.org
Wed Jan 28 00:49:16 CET 2015


vlc | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | Wed Jan 28 00:44:45 2015 +0100| [01bd073cd47608f5ba274313f1773bb94afbd046] | committer: Jean-Baptiste Kempf

Lua: code cosmetic

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=01bd073cd47608f5ba274313f1773bb94afbd046
---

 modules/lua/vlc.c |    3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/modules/lua/vlc.c b/modules/lua/vlc.c
index df235d0..d6e0b40 100644
--- a/modules/lua/vlc.c
+++ b/modules/lua/vlc.c
@@ -294,8 +294,7 @@ int vlclua_scripts_batch_execute( vlc_object_t *p_this,
 
             if( likely(psz_filename != NULL) )
             {
-                msg_Dbg( p_this, "Trying Lua playlist script %s",
-                         psz_filename );
+                msg_Dbg( p_this, "Trying Lua playlist script %s", psz_filename );
                 i_ret = func( p_this, psz_filename, user_data );
                 free( psz_filename );
                 if( i_ret == VLC_SUCCESS )



More information about the vlc-commits mailing list