mirror of
https://github.com/kanjitalk755/macemu.git
synced 2024-11-26 10:49:21 +00:00
Update BasiliskII/src/Unix/ether_unix.cpp
Co-Authored-By: MSharq <mdshrq7@gmail.com>
This commit is contained in:
parent
90b65715ae
commit
f7023246d9
@ -255,7 +255,7 @@ bool ether_init(void)
|
||||
else if (strcmp(name, "slirp") == 0)
|
||||
net_if_type = NET_IF_SLIRP;
|
||||
#endif
|
||||
else if (strcmp(name, "vde") == 0){
|
||||
else if (strcmp(name, "vde") == 0) {
|
||||
printf("selected Ethernet device type VDE\n");
|
||||
net_if_type = NET_IF_VDE;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user