fixed missing semicolon

This commit is contained in:
faraphel 2024-12-22 23:28:19 +01:00
parent 811f80c92c
commit 218bd27195

View file

@ -57,7 +57,7 @@ void packet_wol_handler(
return;
}
std::cerr << "Found no matching node." << std::endl
std::cerr << "Found no matching node." << std::endl;
}
int main() {