fix(Bugcheck): remove redundant trailing ; (#5004)

This commit is contained in:
Matej Kenda
2025-09-11 10:02:36 +02:00
parent a31dbe6842
commit a6a23c31d9

View File

@@ -138,7 +138,7 @@ protected:
#define poco_unexpected() \
Poco::Bugcheck::unexpected(__FILE__, __LINE__);
Poco::Bugcheck::unexpected(__FILE__, __LINE__)
#define poco_debugger() \