Commit 7616ec41 authored by Rémi Denis-Courmont's avatar Rémi Denis-Courmont

Fix warning

parent 56e063c9
......@@ -1231,7 +1231,7 @@ void update_download( update_iterator_t *p_uit, char *psz_dest )
* \param l_size the size in bytes
* \return the size as a string
*/
char *size_str( long int l_size )
static char *size_str( long int l_size )
{
char *psz_tmp;
if( l_size>> 30 )
......
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