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/?a=commitdiff_plain;h=87b921372cb60d4b0ec266bec44f97eced144d1a;hp=6cbdc43a4b29ac50aa9239adacf63ccc5a68f4f3;p=lugaru.git 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();