Commit 94eb9518 authored by Tristan Matthews's avatar Tristan Matthews

hds: use NULL instead of 0 for pointers

parent 16040129
......@@ -1043,7 +1043,7 @@ static void* live_thread( void* p )
server_base,
hds_stream->abst_url ) )
{
return 0;
return NULL;
}
}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment