You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@subversion.apache.org by hw...@apache.org on 2011/05/01 04:30:46 UTC

svn commit: r1098210 - /subversion/trunk/subversion/svn/notify.c

Author: hwright
Date: Sun May  1 02:30:46 2011
New Revision: 1098210

URL: http://svn.apache.org/viewvc?rev=1098210&view=rev
Log:
* subversion/svn/notify.c
  (notify): Move a misplaced bracket so as to avoid an error leak.

Modified:
    subversion/trunk/subversion/svn/notify.c

Modified: subversion/trunk/subversion/svn/notify.c
URL: http://svn.apache.org/viewvc/subversion/trunk/subversion/svn/notify.c?rev=1098210&r1=1098209&r2=1098210&view=diff
==============================================================================
--- subversion/trunk/subversion/svn/notify.c (original)
+++ subversion/trunk/subversion/svn/notify.c Sun May  1 02:30:46 2011
@@ -825,10 +825,10 @@ notify(void *baton, const svn_wc_notify_
                pool,
                _("--- Recording mergeinfo for reverse merge of r%ld through r%ld into '%s':\n"),
                n->merge_range->start, n->merge_range->end + 1, path_local);
+        }
 
       if (err)
         goto print_error;
-        }
       break;
 
     case svn_wc_notify_merge_elide_info: