瀏覽代碼

Small compiler warning fix

Adam Ierymenko 12 年之前
父節點
當前提交
a20b540fb0
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      node/EthernetTap.cpp

+ 1 - 1
node/EthernetTap.cpp

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