[vlc-commits] compilation fix
Felix Paul Kühne
git at videolan.org
Fri Aug 12 12:33:34 CEST 2011
vlc | branch: master | Felix Paul Kühne <fkuehne at videolan.org> | Fri Aug 12 12:33:30 2011 +0200| [be84287b2f1a43739cc0db1da05942bff6aaa477] | committer: Felix Paul Kühne
compilation fix
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=be84287b2f1a43739cc0db1da05942bff6aaa477
---
src/missing.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/src/missing.c b/src/missing.c
index 9519caf..6a6ec19 100644
--- a/src/missing.c
+++ b/src/missing.c
@@ -34,7 +34,7 @@
char *httpd_ClientIP (const httpd_client_t *cl, char *psz_ip, int *port)
{
- (void) cl; (void) psz_ip; (void) port
+ (void) cl; (void) psz_ip; (void) port;
assert (0);
}
More information about the vlc-commits
mailing list