Minor change - incorrect return type (in Windows build)

This commit is contained in:
John Emmas
2022-12-03 12:21:12 +00:00
parent a3fdb544ee
commit 1592b95031

View File

@@ -124,7 +124,7 @@ ZeroConf::start ()
return false;
}
bool
void
ZeroConf::stop ()
{
}