You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@subversion.apache.org by ju...@apache.org on 2010/09/17 17:44:57 UTC

svn commit: r998180 - /subversion/trunk/subversion/libsvn_wc/update_editor.c

Author: julianfoad
Date: Fri Sep 17 15:44:57 2010
New Revision: 998180

URL: http://svn.apache.org/viewvc?rev=998180&view=rev
Log:
* subversion/libsvn_wc/update_editor.c
  (svn_wc__check_wc_root): Move a comment to the correct place.

Modified:
    subversion/trunk/subversion/libsvn_wc/update_editor.c

Modified: subversion/trunk/subversion/libsvn_wc/update_editor.c
URL: http://svn.apache.org/viewvc/subversion/trunk/subversion/libsvn_wc/update_editor.c?rev=998180&r1=998179&r2=998180&view=diff
==============================================================================
--- subversion/trunk/subversion/libsvn_wc/update_editor.c (original)
+++ subversion/trunk/subversion/libsvn_wc/update_editor.c Fri Sep 17 15:44:57 2010
@@ -5902,11 +5902,10 @@ svn_wc__check_wc_root(svn_boolean_t *wc_
   svn_wc__db_status_t status;
   svn_wc__db_kind_t my_kind;
 
-  /* Go ahead and initialize our return value to the most common
-     (code-wise) values. */
   if (!kind)
     kind = &my_kind;
 
+  /* Initialize our return values to the most common (code-wise) values. */
   *wc_root = TRUE;
   if (switched)
     *switched = FALSE;