From 1be29b57d60b9befd301d64e5663b08527d5d05b Mon Sep 17 00:00:00 2001 From: Nick Briggs Date: Mon, 29 Mar 2021 15:34:28 -0700 Subject: [PATCH] Fix comment on removed #endif --- src/ether.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ether.c b/src/ether.c index a3e452f..b5b093c 100644 --- a/src/ether.c +++ b/src/ether.c @@ -58,7 +58,7 @@ #include #endif #include -#endif +#endif /* MAIKO_ENABLE_ETHERNET */ #include "commondefs.h" #include "lispemul.h"