]> git.jsancho.org Git - lugaru.git/commitdiff
Oops, should be ifdef not ifndef
authorCôme Chilliet <come@chilliet.eu>
Sat, 10 Dec 2016 18:10:14 +0000 (01:10 +0700)
committerCôme Chilliet <come@chilliet.eu>
Sat, 10 Dec 2016 18:10:14 +0000 (01:10 +0700)
Source/main.cpp

index 4ad68539203a1276274f91976449a7a26f7f8728..2803226a0f4daeed83e077e173e835688562d2e0 100644 (file)
@@ -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();