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 2011/07/14 11:51:57 UTC

svn commit: r1146620 - /subversion/trunk/subversion/include/svn_client.h

Author: julianfoad
Date: Thu Jul 14 09:51:57 2011
New Revision: 1146620

URL: http://svn.apache.org/viewvc?rev=1146620&view=rev
Log:
* subversion/include/svn_client.h
  (svn_client_info2_t): On the wc_info member, remove 'struct' keyword for
    consistency, and mark the doc string for Doxygen.

Modified:
    subversion/trunk/subversion/include/svn_client.h

Modified: subversion/trunk/subversion/include/svn_client.h
URL: http://svn.apache.org/viewvc/subversion/trunk/subversion/include/svn_client.h?rev=1146620&r1=1146619&r2=1146620&view=diff
==============================================================================
--- subversion/trunk/subversion/include/svn_client.h (original)
+++ subversion/trunk/subversion/include/svn_client.h Thu Jul 14 09:51:57 2011
@@ -5390,8 +5390,8 @@ typedef struct svn_client_info2_t
   /** An exclusive lock, if present.  Could be either local or remote. */
   const svn_lock_t *lock;
 
-  /* Possible information about the working copy, NULL if not valid. */
-  const struct svn_wc_info_t *wc_info;
+  /** Possible information about the working copy, NULL if not valid. */
+  const svn_wc_info_t *wc_info;
 
 } svn_client_info2_t;