From 42ffbe1d0026d60bf4fc364f55749ccfe6238b37 Mon Sep 17 00:00:00 2001 From: EmilDohne <86836589+EmilDohne@users.noreply.github.com> Date: Fri, 8 Mar 2024 13:21:41 +0100 Subject: [PATCH] add missing semicolon --- PhotoshopTest/src/main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/PhotoshopTest/src/main.cpp b/PhotoshopTest/src/main.cpp index c9abc428..4f29c956 100644 --- a/PhotoshopTest/src/main.cpp +++ b/PhotoshopTest/src/main.cpp @@ -19,7 +19,7 @@ int main() { #if ARM_MAC_ARCH - PSAPI_LOG_WARNING("Test", "Detected we are running on an ARM-based MacOS system which means we disable any deliberately failing tests as these would segfault due to incorrect exception handling.") + PSAPI_LOG_WARNING("Test", "Detected we are running on an ARM-based MacOS system which means we disable any deliberately failing tests as these would segfault due to incorrect exception handling."); #endif doctest::Context context;