From 218bd27195e1557c3a7312ee069318ccb67f98c3 Mon Sep 17 00:00:00 2001 From: faraphel Date: Sun, 22 Dec 2024 23:28:19 +0100 Subject: [PATCH] fixed missing semicolon --- source/main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/main.cpp b/source/main.cpp index b0f4002..600b5d9 100644 --- a/source/main.cpp +++ b/source/main.cpp @@ -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() {