1
mirror of https://code.videolan.org/videolan/vlc synced 2024-09-04 09:11:33 +02:00

dbus: fix compilation

typo?
This commit is contained in:
Jakob Leben 2010-02-10 02:08:20 +01:00
parent e42ff3a865
commit 2cd51f6b1b

View File

@ -780,7 +780,7 @@ static void Close ( vlc_object_t *p_this )
var_DelCallback( p_playlist, "repeat", AllCallback, p_intf );
var_DelCallback( p_playlist, "loop", AllCallback, p_intf );
#if 0.
#if 0
p_input = ???;
if ( p_input )
{