[vlc-devel] commit: dbus: fix compilation (Jakob Leben )
git version control
git at videolan.org
Wed Feb 10 02:15:04 CET 2010
vlc | branch: master | Jakob Leben <jleben at videolan.org> | Wed Feb 10 02:08:20 2010 +0100| [2cd51f6b1ba90f8a84815f46df24bc0b67405b81] | committer: Jakob Leben
dbus: fix compilation
typo?
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=2cd51f6b1ba90f8a84815f46df24bc0b67405b81
---
modules/control/dbus.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/modules/control/dbus.c b/modules/control/dbus.c
index a2065cf..8e7455e 100644
--- a/modules/control/dbus.c
+++ b/modules/control/dbus.c
@@ -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 )
{
More information about the vlc-devel
mailing list