[vlc-devel] [PATCH] Fix inexistant argument

Pierre Ynard linkfanel at yahoo.fr
Mon Feb 23 12:06:11 CET 2009


diff --git a/src/missing.c b/src/missing.c
index 9b41d23..3e678cf 100644
--- a/src/missing.c
+++ b/src/missing.c
@@ -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);


Regards,

-- 
Pierre Ynard
"Une âme dans un corps, c'est comme un dessin sur une feuille de papier."



More information about the vlc-devel mailing list