fixed missing semicolon
This commit is contained in:
parent
811f80c92c
commit
218bd27195
1 changed files with 1 additions and 1 deletions
|
@ -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() {
|
||||
|
|
Loading…
Reference in a new issue