[vlc-commits] http: test: return 0 on success

Thomas Guillem git at videolan.org
Fri Feb 8 08:41:49 CET 2019


vlc | branch: master | Thomas Guillem <thomas at gllm.fr> | 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;
 }



More information about the vlc-commits mailing list