$include_dir="/home/hyper-archives/boost-commit/include"; include("$include_dir/msg-header.inc") ?>
Subject: [Boost-commit] svn:boost r57852 - trunk/boost/test/impl
From: gennadiy.rozental_at_[hidden]
Date: 2009-11-22 19:07:10
Author: rogeeff
Date: 2009-11-22 19:07:09 EST (Sun, 22 Nov 2009)
New Revision: 57852
URL: http://svn.boost.org/trac/boost/changeset/57852
Log:
forgot ;
Text files modified: 
   trunk/boost/test/impl/debug.ipp |     2 +-                                      
   1 files changed, 1 insertions(+), 1 deletions(-)
Modified: trunk/boost/test/impl/debug.ipp
==============================================================================
--- trunk/boost/test/impl/debug.ipp	(original)
+++ trunk/boost/test/impl/debug.ipp	2009-11-22 19:07:09 EST (Sun, 22 Nov 2009)
@@ -653,7 +653,7 @@
         if( dbg_list.find( pi.binary_name() ) != const_string::npos )
             return true;
 
-        pid = (pi.parent_pid() == pid ? 0 : pi.parent_pid())
+        pid = (pi.parent_pid() == pid ? 0 : pi.parent_pid());
     }
 
     return false;