Commit 1b7603ff authored by Christophe Mutricy's avatar Christophe Mutricy

Typo

parent 913b14ba
...@@ -1633,7 +1633,7 @@ static void* update_DownloadReal( vlc_object_t *p_this ) ...@@ -1633,7 +1633,7 @@ static void* update_DownloadReal( vlc_object_t *p_this )
p_update->release.psz_url, psz_size ) != -1 ) p_update->release.psz_url, psz_size ) != -1 )
{ {
intf_ProgressUpdate( p_progress, psz_status, 100.0, 0 ); intf_ProgressUpdate( p_progress, psz_status, 100.0, 0 );
p_progress = NULL p_progress = NULL;
free( psz_status ); free( psz_status );
} }
} }
......
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