Skip to content

Commit

Permalink
Fix warning
Browse files Browse the repository at this point in the history
  • Loading branch information
inactive123 committed Nov 6, 2021
1 parent 8dcbd61 commit 139eaad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion retroarch.c
Original file line number Diff line number Diff line change
Expand Up @@ -4927,7 +4927,7 @@ bool command_event(enum event_command cmd, void *data)
case CMD_EVENT_NETPLAY_INIT:
{
char *hostname = (char*)data;
const char *netplay_server = NULL;
char *netplay_server = NULL;
unsigned netplay_port = 0;

if (p_rarch->connect_host && !hostname)
Expand Down

0 comments on commit 139eaad

Please sign in to comment.