Fix warnings

This commit is contained in:
twinaphex 2015-11-23 23:47:25 +01:00
parent f02258585f
commit c342bb437a
3 changed files with 9 additions and 8 deletions

View file

@ -153,7 +153,6 @@ static void rarch_task_http_transfer_handler(rarch_task_t *task)
break;
case HTTP_STATUS_TRANSFER_PARSE:
goto task_finished;
break;
case HTTP_STATUS_TRANSFER:
if (!rarch_main_data_http_iterate_transfer(http))
http->status = HTTP_STATUS_TRANSFER_PARSE;