mirror of
https://github.com/yuzu-emu/yuzu-android.git
synced 2024-11-22 23:55:41 +01:00
network_interface: correct formatting
This commit is contained in:
parent
dc47b5a5bf
commit
356dbf4d1d
@ -69,7 +69,7 @@ std::vector<NetworkInterface> GetAvailableNetworkInterfaces() {
|
||||
continue;
|
||||
}
|
||||
|
||||
struct in_addr gateway{.S_un{.S_addr{0}}};
|
||||
struct in_addr gateway = {.S_un{.S_addr{0}}};
|
||||
if (current_address->FirstGatewayAddress != nullptr &&
|
||||
current_address->FirstGatewayAddress->Address.lpSockaddr != nullptr) {
|
||||
gateway = Common::BitCast<struct sockaddr_in>(
|
||||
|
Loading…
Reference in New Issue
Block a user