[PPL-devel] [GIT] ppl/ppl(master): Fixed typo.

Abramo Bagnara abramo.bagnara at gmail.com
Sat Apr 21 12:04:51 CEST 2012


Module: ppl/ppl
Branch: master
Commit: a57c6b6540476c0c5ce7b9fd4e2d99a4558d6a9a
URL:    http://www.cs.unipr.it/git/gitweb.cgi?p=ppl/ppl.git;a=commit;h=a57c6b6540476c0c5ce7b9fd4e2d99a4558d6a9a

Author: Abramo Bagnara <abramo.bagnara at gmail.com>
Date:   Sat Apr 21 12:04:47 2012 +0200

Fixed typo.

---

 src/globals.defs.hh |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/globals.defs.hh b/src/globals.defs.hh
index e91ba78..15340c2 100644
--- a/src/globals.defs.hh
+++ b/src/globals.defs.hh
@@ -156,7 +156,7 @@ public:
     ++count;
   }
   ~In_Assert() {
-    ++count;
+    --count;
   }
   static bool asserting() {
     return count != 0;




More information about the PPL-devel mailing list