vlc | branch: master | Thomas Guillem <[email protected]> | Fri Feb  8 08:41:21 
2019 +0100| [5c243c080c0c18b8cbb410de0dbd9be8be22f7ee] | committer: Thomas 
Guillem

http: test: return 0 on success

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=5c243c080c0c18b8cbb410de0dbd9be8be22f7ee
---

 modules/access/http/tunnel_test.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/modules/access/http/tunnel_test.c 
b/modules/access/http/tunnel_test.c
index 18287f109a..85ed552afa 100644
--- a/modules/access/http/tunnel_test.c
+++ b/modules/access/http/tunnel_test.c
@@ -180,4 +180,5 @@ int main(void)
     free(url);
     vlc_close(*lfd);
     free(lfd);
+    return 0;
 }

_______________________________________________
vlc-commits mailing list
[email protected]
https://mailman.videolan.org/listinfo/vlc-commits

Reply via email to