 
            
            
            
            
                21 Apr
                
                    2012
                
            
            
                21 Apr
                
                '12
                
            
            
            
        
    
                12:04 p.m.
            
        Module: ppl/ppl Branch: master Commit: a57c6b6540476c0c5ce7b9fd4e2d99a4558d6a9a URL: http://www.cs.unipr.it/git/gitweb.cgi?p=ppl/ppl.git;a=commit;h=a57c6b6540476...
Author: Abramo Bagnara abramo.bagnara@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;