[vlc-commits] input/vmlshell: remove trailing whitespace
Filip Roséen
git at videolan.org
Tue Aug 2 15:47:20 CEST 2016
vlc | branch: master | Filip Roséen <filip at atch.se> | Mon Aug 1 10:54:38 2016 +0200| [a57f049a714cbd13bff094b9c1740d3e77c16a26] | committer: Jean-Baptiste Kempf
input/vmlshell: remove trailing whitespace
Signed-off-by: Jean-Baptiste Kempf <jb at videolan.org>
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=a57f049a714cbd13bff094b9c1740d3e77c16a26
---
src/input/vlmshell.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/input/vlmshell.c b/src/input/vlmshell.c
index 4b35119..d30df1f 100644
--- a/src/input/vlmshell.c
+++ b/src/input/vlmshell.c
@@ -708,7 +708,7 @@ static int ExecuteMediaProperty( vlm_t *p_vlm, int64_t id, bool b_new,
else if( !strcmp( psz_option, "inputdeln" ) )
{
MISSING( "inputdeln" );
-
+
int idx = atoi( psz_value );
if( idx > 0 && idx <= p_cfg->i_input )
TAB_REMOVE( p_cfg->i_input, p_cfg->ppsz_input, p_cfg->ppsz_input[idx-1] );
More information about the vlc-commits
mailing list