From 1350612188254b06a3d63827d31857be65a111ab Mon Sep 17 00:00:00 2001 From: Christophe Calmejane Date: Mon, 12 Jul 2021 16:04:26 +0200 Subject: [PATCH] Format --- src/main.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/main.cpp b/src/main.cpp index fa55df03..43cddcd2 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -67,9 +67,9 @@ void setupBugReporter() BT_InstallSehFilter(); BT_SetTerminate(); -#ifndef HIVE_IS_RELEASE_VERSION +# ifndef HIVE_IS_RELEASE_VERSION BT_SetDumpType(MiniDumpWithDataSegs | MiniDumpWithFullMemory); -#endif +# endif BT_SetSupportEMail("christophe.calmejane@l-acoustics.com"); BT_SetFlags(BTF_DETAILEDMODE | BTF_ATTACHREPORT | BTF_SHOWADVANCEDUI | BTF_DESCRIBEERROR); BT_SetSupportServer("hive-crash-reports.changeip.org", 9999);