Skip to content

Commit

Permalink
CXX_BUILD buildfix
Browse files Browse the repository at this point in the history
  • Loading branch information
inactive123 committed Mar 22, 2021
1 parent 15b9bd4 commit 81e7684
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tasks/task_http.c
Original file line number Diff line number Diff line change
Expand Up @@ -226,7 +226,7 @@ static void task_http_transfer_handler(retro_task_t *task)

static void task_http_transfer_cleanup(retro_task_t *task)
{
http_transfer_data_t* data = task_get_data(task);
http_transfer_data_t* data = (http_transfer_data_t*)task_get_data(task);
if (data)
{
if (data->data)
Expand Down

0 comments on commit 81e7684

Please sign in to comment.