Commit 2cd51f6b authored by Jakob Leben's avatar Jakob Leben

dbus: fix compilation

typo?
parent e42ff3a8
...@@ -780,7 +780,7 @@ static void Close ( vlc_object_t *p_this ) ...@@ -780,7 +780,7 @@ static void Close ( vlc_object_t *p_this )
var_DelCallback( p_playlist, "repeat", AllCallback, p_intf ); var_DelCallback( p_playlist, "repeat", AllCallback, p_intf );
var_DelCallback( p_playlist, "loop", AllCallback, p_intf ); var_DelCallback( p_playlist, "loop", AllCallback, p_intf );
#if 0. #if 0
p_input = ???; p_input = ???;
if ( p_input ) if ( p_input )
{ {
......
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