Browse Source

Small compiler warning fix

Adam Ierymenko 12 years ago
parent
commit
a20b540fb0
1 changed files with 1 additions and 1 deletions
  1. 1 1
      node/EthernetTap.cpp

+ 1 - 1
node/EthernetTap.cpp

@@ -501,7 +501,7 @@ bool EthernetTap::updateMulticastGroups(std::set<MulticastGroup> &groups)
 
 
 	return changed;
 	return changed;
 }
 }
-#endif __LINUX__
+#endif // __LINUX__
 
 
 #ifdef __APPLE__
 #ifdef __APPLE__
 bool EthernetTap::updateMulticastGroups(std::set<MulticastGroup> &groups)
 bool EthernetTap::updateMulticastGroups(std::set<MulticastGroup> &groups)