Skip to content

Commit

Permalink
Fix last MSVC x86 compiler warning
Browse files Browse the repository at this point in the history
  • Loading branch information
pvictress committed Jan 2, 2025
1 parent 4f5ce94 commit 9ef9b8a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/setup/mode.c
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,7 @@ static void OpenGameSelectDialog(GameSelectCallback callback)
++num_games;
}

free(iwads);
free((void *)iwads);
}

TXT_AddWidget(window, TXT_NewStrut(0, 1));
Expand Down

0 comments on commit 9ef9b8a

Please sign in to comment.