[vlc-commits] commit: Revert "Netsync: kill 2 warnings" (Jean-Baptiste Kempf )
git at videolan.org
git at videolan.org
Sat Aug 14 02:20:33 CEST 2010
vlc | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | Sat Aug 14 02:18:24 2010 +0200| [28856b8cff0b5c561a5608ebe9dbad953a5cf0f0] | committer: Jean-Baptiste Kempf
Revert "Netsync: kill 2 warnings"
This reverts commit cabb37428b3ab8449392d559688d4353985c39f2.
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=28856b8cff0b5c561a5608ebe9dbad953a5cf0f0
---
modules/control/netsync.c | 2 --
1 files changed, 0 insertions(+), 2 deletions(-)
diff --git a/modules/control/netsync.c b/modules/control/netsync.c
index 852ef78..455be18 100644
--- a/modules/control/netsync.c
+++ b/modules/control/netsync.c
@@ -209,7 +209,6 @@ static void *Master(void *handle)
: "non-IPv4", /*date*/ 0);
#endif
}
- return NULL;
}
static void *Slave(void *handle)
@@ -269,7 +268,6 @@ static void *Slave(void *handle)
wait:
msleep(INTF_IDLE_SLEEP);
}
- return NULL;
}
static int InputEvent(vlc_object_t *object, char const *cmd,
More information about the vlc-commits
mailing list