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
1 changed files with 1 additions and 1 deletions

View File

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