]> git.sesse.net Git - vlc/commitdiff
dbus: fix compilation
authorJakob Leben <jleben@videolan.org>
Wed, 10 Feb 2010 01:08:20 +0000 (02:08 +0100)
committerJakob Leben <jleben@videolan.org>
Wed, 10 Feb 2010 01:08:20 +0000 (02:08 +0100)
typo?

modules/control/dbus.c

index a2065cf86e4df221e9f016ced03dbb1012aea5ef..8e7455ed2129d2d89ab387e7325e28881a878492 100644 (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 )
     {