Skip to content

Commit

Permalink
Fix steam build (#17007)
Browse files Browse the repository at this point in the history
  • Loading branch information
warmenhoven committed Sep 16, 2024
1 parent bbfe078 commit 1211b2d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tasks/task_steam.c
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,6 @@ void task_push_steam_core_dlc_install(

task->handler = task_steam_core_dlc_install_handler;
task->state = state;
task->mute = false;
task->title = strdup(task_title);
task->progress = 0;
task->callback = NULL;
Expand Down

0 comments on commit 1211b2d

Please sign in to comment.