Commit 65382e4f authored by Jean-Paul Saman's avatar Jean-Paul Saman

Small coding style fix.

parent c1d92683
......@@ -576,7 +576,7 @@ int playlist_NodeChildrenCount( playlist_t *p_playlist, playlist_item_t*p_node)
}
i_nb += p_node->i_children;
for( i=0 ; i< p_node->i_children;i++ )
for( i=0 ; i< p_node->i_children; i++ )
{
if( p_node->pp_children[i]->i_children == -1 )
break;
......
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