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 2010/10/21 12:04:50 UTC

svn commit: r1025921 - /subversion/trunk/subversion/tests/libsvn_wc/op-depth-test.c

Author: philip
Date: Thu Oct 21 10:04:50 2010
New Revision: 1025921

URL: http://svn.apache.org/viewvc?rev=1025921&view=rev
Log:
* subversion/tests/libsvn_wc/op-depth-test.c
  (wc_wc_copies): Tweak struct initialisation to avoid a gcc warning.

Modified:
    subversion/trunk/subversion/tests/libsvn_wc/op-depth-test.c

Modified: subversion/trunk/subversion/tests/libsvn_wc/op-depth-test.c
URL: http://svn.apache.org/viewvc/subversion/trunk/subversion/tests/libsvn_wc/op-depth-test.c?rev=1025921&r1=1025920&r2=1025921&view=diff
==============================================================================
--- subversion/trunk/subversion/tests/libsvn_wc/op-depth-test.c (original)
+++ subversion/trunk/subversion/tests/libsvn_wc/op-depth-test.c Thu Oct 21 10:04:50 2010
@@ -468,7 +468,7 @@ wc_wc_copies(const svn_test_opts_t *opts
             { 4, "E-copied/beta",   "normal",   NO_COPY_FROM }
           } },
 
-          { NULL, NULL, {0} }
+        { 0 }
       };
     struct subtest_t *subtest;