[vlc-devel] commit: Fix inexistant argument (Pierre Ynard )
git version control
git at videolan.org
Tue Feb 24 08:28:39 CET 2009
vlc | branch: master | Pierre Ynard <linkfanel at yahoo.fr> | Mon Feb 23 12:06:11 2009 +0100| [36ed9b07993314c3bc04cd6ab4076b4a7b8a2176] | committer: Rémi Duraffort
Fix inexistant argument
Signed-off-by: Rémi Duraffort <ivoire at videolan.org>
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=36ed9b07993314c3bc04cd6ab4076b4a7b8a2176
---
src/missing.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
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);
More information about the vlc-devel
mailing list