fix indentation

This commit is contained in:
Radius 2015-03-25 22:28:59 -05:00
parent 2f2a86e97f
commit 12fc6fa3c6

View File

@ -142,7 +142,7 @@ static int rarch_main_data_http_iterate_transfer(http_handle_t *http)
// RARCH_LOG("%.9llu / %.9llu \r", (unsigned long long)pos, (unsigned long long)tot);
//#endif
RARCH_LOG("Download progress: %.d%% \r", percent);
char msg[PATH_MAX_LENGTH];
char msg[PATH_MAX_LENGTH];
if(percent > 0)
{