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 2019/01/08 09:47:59 UTC

svn commit: r1850721 - /subversion/trunk/subversion/svn/svn.c

Author: julianfoad
Date: Tue Jan  8 09:47:58 2019
New Revision: 1850721

URL: http://svn.apache.org/viewvc?rev=1850721&view=rev
Log:
Un-break the build. A follow-up to r1850720.

* subversion/svn/svn.c
  (svn_cl__cmd_table): Remove an empty initializer list, as it's invalid C
    and broke the build on Windows.

Modified:
    subversion/trunk/subversion/svn/svn.c

Modified: subversion/trunk/subversion/svn/svn.c
URL: http://svn.apache.org/viewvc/subversion/trunk/subversion/svn/svn.c?rev=1850721&r1=1850720&r2=1850721&view=diff
==============================================================================
--- subversion/trunk/subversion/svn/svn.c (original)
+++ subversion/trunk/subversion/svn/svn.c Tue Jan  8 09:47:58 2019
@@ -2148,7 +2148,6 @@ const svn_opt_subcommand_desc3_t svn_cl_
      "  This feature is EXPERIMENTAL. This command is likely to change\n"
      "  in the next release, and there is no promise of backward compatibility.\n"
     )},
-    {}
   },
 
   { NULL, NULL, {0}, {NULL}, {0} }