mirror of
https://github.com/libretro/RetroArch
synced 2025-03-28 19:20:35 +00:00
Use C-style comment
This commit is contained in:
parent
ae43a7e7cb
commit
6a0d7c63d5
@ -5776,7 +5776,8 @@ bool command_event(enum event_command cmd, void *data)
|
||||
{
|
||||
netplay_server = strdup(tmp_netplay_server);
|
||||
|
||||
// This way we free netplay_server aswell when done.
|
||||
/* This way we free netplay_server
|
||||
as well when done. */
|
||||
free(p_rarch->connect_host);
|
||||
p_rarch->connect_host = strdup(netplay_server);
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user