]> git.sesse.net Git - vlc/commitdiff
Fix inexistant argument
authorPierre Ynard <linkfanel@yahoo.fr>
Mon, 23 Feb 2009 11:06:11 +0000 (12:06 +0100)
committerRémi Duraffort <ivoire@videolan.org>
Tue, 24 Feb 2009 07:25:03 +0000 (08:25 +0100)
Signed-off-by: Rémi Duraffort <ivoire@videolan.org>
src/missing.c

index 9b41d23a255c366f6b5170347ec1936f5eb13564..3e678cfe8408be258baf4973f58e1c985aee02b8 100644 (file)
@@ -81,7 +81,7 @@ httpd_handler_t *httpd_HandlerNew (httpd_host_t *host, const char *url,
                                    httpd_handler_callback_t cb,
                                    httpd_handler_sys_t *data)
 {
-    (void) host; (void) url; (void) content_type;
+    (void) host; (void) url;
     (void) login; (void) password; (void) acl;
     (void) cb; (void) data;
     assert (0);