vlc | branch: master | Tristan Matthews <le.business...@gmail.com> | Fri Jul 18 
21:55:13 2014 -0400| [94eb9518920c4694020cea5202b2bcfb792e2497] | committer: 
Tristan Matthews

hds: use NULL instead of 0 for pointers

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

 modules/stream_filter/hds/hds.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/modules/stream_filter/hds/hds.c b/modules/stream_filter/hds/hds.c
index 90b9992..55acc20 100644
--- a/modules/stream_filter/hds/hds.c
+++ b/modules/stream_filter/hds/hds.c
@@ -1043,7 +1043,7 @@ static void* live_thread( void* p )
                           server_base,
                           hds_stream->abst_url ) )
         {
-            return 0;
+            return NULL;
         }
     }
 

_______________________________________________
vlc-commits mailing list
vlc-commits@videolan.org
https://mailman.videolan.org/listinfo/vlc-commits

Reply via email to