]> git.sesse.net Git - vlc/commitdiff
Revert "Netsync: kill 2 warnings"
authorJean-Baptiste Kempf <jb@videolan.org>
Sat, 14 Aug 2010 00:18:24 +0000 (02:18 +0200)
committerJean-Baptiste Kempf <jb@videolan.org>
Sat, 14 Aug 2010 00:18:24 +0000 (02:18 +0200)
This reverts commit cabb37428b3ab8449392d559688d4353985c39f2.

modules/control/netsync.c

index 852ef7848b98dffd021bc7201e6e7e488dbf3b39..455be184dcbb1f71c74630c12d707a43ecba0667 100644 (file)
@@ -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,