Skip to content
Snippets Groups Projects
Commit 79720f46 authored by Steve Lhomme's avatar Steve Lhomme
Browse files

atsc_a65: NULL return in function returning a bool

parent 9fdd9fb1
No related branches found
No related tags found
1 merge request!2213atsc_a65: NULL return in function returning a bool
Pipeline #241125 passed with stage
in 50 minutes and 17 seconds
......@@ -122,7 +122,7 @@ static bool convert_encoding_set( atsc_a65_handle_t *p_handle,
bool b_ret = true;
if( i_src == 0 )
return NULL;
return false;
/* First exclude reserved ranges */
for( unsigned i=0; i<12; i+=2 )
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment