From: Côme Chilliet Date: Sat, 10 Dec 2016 18:10:14 +0000 (+0700) Subject: Oops, should be ifdef not ifndef X-Git-Url: https://git.jsancho.org/?p=lugaru.git;a=commitdiff_plain;h=87b921372cb60d4b0ec266bec44f97eced144d1a Oops, should be ifdef not ifndef --- diff --git a/Source/main.cpp b/Source/main.cpp index 4ad6853..2803226 100644 --- a/Source/main.cpp +++ b/Source/main.cpp @@ -626,7 +626,7 @@ int main(int argc, char **argv) LOGFUNC; -#ifndef NDEBUG +#ifdef NDEBUG try { #endif { @@ -679,7 +679,7 @@ int main(int argc, char **argv) CleanUp (); return 0; -#ifndef NDEBUG +#ifdef NDEBUG } catch (const std::exception& error) { CleanUp();