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 2011/10/21 18:33:08 UTC

svn commit: r1187453 - /subversion/trunk/subversion/tests/libsvn_delta/editor-test.c

Author: philip
Date: Fri Oct 21 16:33:08 2011
New Revision: 1187453

URL: http://svn.apache.org/viewvc?rev=1187453&view=rev
Log:
* subversion/tests/libsvn_delta/editor-test.c
  (add_absent_noop_cb): Adjust parameter type to match
   svn_editor_cb_add_absent_t.

Modified:
    subversion/trunk/subversion/tests/libsvn_delta/editor-test.c

Modified: subversion/trunk/subversion/tests/libsvn_delta/editor-test.c
URL: http://svn.apache.org/viewvc/subversion/trunk/subversion/tests/libsvn_delta/editor-test.c?rev=1187453&r1=1187452&r2=1187453&view=diff
==============================================================================
--- subversion/trunk/subversion/tests/libsvn_delta/editor-test.c (original)
+++ subversion/trunk/subversion/tests/libsvn_delta/editor-test.c Fri Oct 21 16:33:08 2011
@@ -77,7 +77,7 @@ add_symlink_noop_cb(void *baton,
 static svn_error_t *
 add_absent_noop_cb(void *baton,
                    const char *relpath,
-                   svn_node_kind_t kind,
+                   svn_kind_t kind,
                    svn_revnum_t replaces_rev,
                    apr_pool_t *scratch_pool)
 {