From a20b540fb02a0fdee45306a8fa22e43e28623272 Mon Sep 17 00:00:00 2001 From: Adam Ierymenko Date: Tue, 9 Jul 2013 14:11:57 -0400 Subject: [PATCH] Small compiler warning fix --- node/EthernetTap.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)