Author: stefan2
Date: Sun Sep 22 22:09:40 2013
New Revision: 1525459
URL: http://svn.apache.org/r1525459
Log:
* subversion/include/svn_types.h
(svn_move_behavior_t): fix enum values. No functional change
Modified:
subversion/trunk/subversion/include/svn_types.h
Modified: subversion/trunk/subversion/include/svn_types.h
URL:
http://svn.apache.org/viewvc/subversion/trunk/subversion/include/svn_types.h?rev=1525459&r1=1525458&r2=1525459&view=diff
==============================================================================
--- subversion/trunk/subversion/include/svn_types.h (original)
+++ subversion/trunk/subversion/include/svn_types.h Sun Sep 22 22:09:40 2013
@@ -1011,7 +1011,7 @@ typedef enum svn_move_behavior_t
{
/* report all moves as ADD with history.
This also provides backward compatibility with 1.8 clients. */
- svn_move_behavior_no_moves,
+ svn_move_behavior_no_moves = 0,
/* report all changes, including moves, as they were reported.
This is option with the least overhead. */