From f7023246d9f630385c9b4cf374dfdf441459cc7c Mon Sep 17 00:00:00 2001 From: asvitkine Date: Sat, 20 Oct 2018 09:49:42 +0200 Subject: [PATCH] Update BasiliskII/src/Unix/ether_unix.cpp Co-Authored-By: MSharq --- BasiliskII/src/Unix/ether_unix.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/BasiliskII/src/Unix/ether_unix.cpp b/BasiliskII/src/Unix/ether_unix.cpp index a701688a..b598b27c 100644 --- a/BasiliskII/src/Unix/ether_unix.cpp +++ b/BasiliskII/src/Unix/ether_unix.cpp @@ -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; }