[vlc-commits] hds: use NULL instead of 0 for pointers
Tristan Matthews
git at videolan.org
Sat Jul 19 04:07:39 CEST 2014
vlc | branch: master | Tristan Matthews <le.businessman at 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;
}
}
More information about the vlc-commits
mailing list