You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@subversion.apache.org by ph...@apache.org on 2016/02/16 13:11:16 UTC

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

Author: philip
Date: Tue Feb 16 12:11:16 2016
New Revision: 1730670

URL: http://svn.apache.org/viewvc?rev=1730670&view=rev
Log:
* subversion/include/svn_client.h
  (enum svn_client_conflict_option_id_t): Remove comma after last element.

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=1730670&r1=1730669&r2=1730670&view=diff
==============================================================================
--- subversion/trunk/subversion/include/svn_client.h (original)
+++ subversion/trunk/subversion/include/svn_client.h Tue Feb 16 12:11:16 2016
@@ -4401,7 +4401,7 @@ typedef enum svn_client_conflict_option_
   svn_client_conflict_option_update_move_destination,
 
   /* Options for local delete/replace vs incoming edit on update. */
-  svn_client_conflict_option_update_any_moved_away_children,
+  svn_client_conflict_option_update_any_moved_away_children
 
 } svn_client_conflict_option_id_t;