diff --git a/node/EthernetTap.cpp b/node/EthernetTap.cpp index 9158e9371..8fb5e788a 100644 --- a/node/EthernetTap.cpp +++ b/node/EthernetTap.cpp @@ -501,7 +501,7 @@ bool EthernetTap::updateMulticastGroups(std::set &groups) return changed; } -#endif __LINUX__ +#endif // __LINUX__ #ifdef __APPLE__ bool EthernetTap::updateMulticastGroups(std::set &groups)