Commit 7e115e80 authored by Jean-Baptiste Kempf's avatar Jean-Baptiste Kempf

Fingerprinter: fix formatting

parent 4de6f1cd
......@@ -61,7 +61,7 @@ static inline void fingerprint_request_Delete( fingerprint_request_t *p_f )
{
vlc_gc_decref( p_f->p_item );
free( p_f->results.psz_fingerprint );
for ( int i=0; i< vlc_array_count( & p_f->results.metas_array ) ; i++ )
for( int i = 0; i < vlc_array_count( & p_f->results.metas_array ); i++ )
vlc_meta_Delete( (vlc_meta_t *) vlc_array_item_at_index( & p_f->results.metas_array, i ) );
free( p_f );
}
......
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