Skip to content

Commit

Permalink
Steam buildfix #3
Browse files Browse the repository at this point in the history
  • Loading branch information
LibretroAdmin committed Aug 26, 2022
1 parent 112a350 commit 62fffe7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion steam/steam.c
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ core_info_t* steam_find_core_info_for_dlc(const char* name)

for (i = 0; core_info_list->count > i; i++)
{
char *start, *end;
char *end;
char core_info_name[256];
core_info_t *core_info = core_info_get(core_info_list, i);
/* Find the opening parenthesis for the core name */
Expand Down

0 comments on commit 62fffe7

Please sign in to comment.