From 185508ae05f5a92d7a41e591f5765b334b87ff8a Mon Sep 17 00:00:00 2001 From: taynpg Date: Wed, 16 Apr 2025 16:55:01 +0800 Subject: [PATCH] =?UTF-8?q?format=EF=BC=9A=E6=A0=BC=E5=BC=8F=E5=8C=96?= =?UTF-8?q?=E3=80=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- crashelper/include/crashelper.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crashelper/include/crashelper.h b/crashelper/include/crashelper.h index 3b762d4..3f22b9d 100644 --- a/crashelper/include/crashelper.h +++ b/crashelper/include/crashelper.h @@ -49,7 +49,7 @@ void UseExceptionHandler(EXCEPTION_POINTERS* exception); #ifdef WIN_OS #define CRASHELPER_MARK_ENTRY() \ backward::SignalHandling sh; \ - sh.register_crash_use_handler([](EXCEPTION_POINTERS* exception) { backward::UseExceptionHandler(exception); }); \ + sh.register_crash_use_handler([](EXCEPTION_POINTERS* exception) { backward::UseExceptionHandler(exception); }); \ sh.register_crash_path([]() -> std::string { return backward::GetCurFullLogPath(); }) #elif defined(MAC_OS) #elif defined(LINUX_OS)