From a6a23c31d9f791eb3d2b82f5a550c115e81bf602 Mon Sep 17 00:00:00 2001 From: Matej Kenda Date: Thu, 11 Sep 2025 10:02:36 +0200 Subject: [PATCH] fix(Bugcheck): remove redundant trailing ; (#5004) --- Foundation/include/Poco/Bugcheck.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Foundation/include/Poco/Bugcheck.h b/Foundation/include/Poco/Bugcheck.h index 97c129dba..97e7703af 100644 --- a/Foundation/include/Poco/Bugcheck.h +++ b/Foundation/include/Poco/Bugcheck.h @@ -138,7 +138,7 @@ protected: #define poco_unexpected() \ - Poco::Bugcheck::unexpected(__FILE__, __LINE__); + Poco::Bugcheck::unexpected(__FILE__, __LINE__) #define poco_debugger() \