]> git.sesse.net Git - vlc/commitdiff
fix stray semicolon (which would change program flow)
authorogg.k.ogg.k <ogg.k.ogg.k@googlemail.com>
Tue, 25 Mar 2008 10:01:23 +0000 (10:01 +0000)
committerJean-Paul Saman <jpsaman@videolan.org>
Tue, 25 Mar 2008 13:33:45 +0000 (14:33 +0100)
Signed-off-by: Jean-Paul Saman <jpsaman@videolan.org>
modules/control/rc.c

index e771248ddc2d9235d5c8858cef1b2b5c2441c381..44cdc7132a2742c36919a9c3153c9b701a01f984 100644 (file)
@@ -1425,7 +1425,7 @@ static int Playlist( vlc_object_t *p_this, char const *psz_cmd,
             msg_rc( "Trying to add %s to playlist.", newval.psz_string );
             if( playlist_AddInput( p_playlist, p_item,
                      PLAYLIST_GO|PLAYLIST_APPEND, PLAYLIST_END, VLC_TRUE,
-                     VLC_FALSE ) != VLC_SUCCESS );
+                     VLC_FALSE ) != VLC_SUCCESS )
             {
                 return VLC_EGENERIC;
             }