Update BasiliskII/src/Unix/ether_unix.cpp

Co-Authored-By: MSharq <mdshrq7@gmail.com>
This commit is contained in:
asvitkine 2018-10-20 09:49:42 +02:00 committed by GitHub
parent 90b65715ae
commit f7023246d9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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;
}