]> git.sesse.net Git - vlc/blobdiff - modules/control/netsync.c
Replaced a %d with PRId64 in dvb access.
[vlc] / modules / control / netsync.c
index 3b905639e59d21e4c36c1581f281357566ff20e3..455be184dcbb1f71c74630c12d707a43ecba0667 100644 (file)
@@ -208,7 +208,6 @@ static void *Master(void *handle)
                  (from.ss_family == AF_INET) ? inet_ntoa(((struct sockaddr_in *)&from)->sin_addr)
                  : "non-IPv4", /*date*/ 0);
 #endif
-    return NULL;
     }
 }
 
@@ -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,