Author: julianfoad
Date: Mon Mar  5 16:41:57 2018
New Revision: 1825914

URL: http://svn.apache.org/viewvc?rev=1825914&view=rev
Log:
* subversion/svn/svn
  (svn_cl__cmd_table): Remove bad empty initializer added in r1825911.

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=1825914&r1=1825913&r2=1825914&view=diff
==============================================================================
--- subversion/trunk/subversion/svn/svn.c (original)
+++ subversion/trunk/subversion/svn/svn.c Mon Mar  5 16:41:57 2018
@@ -1732,7 +1732,6 @@ const svn_opt_subcommand_desc2_t svn_cl_
      "  The shelving feature is EXPERIMENTAL. This command is likely to 
change\n"
      "  in the next release, and there is no promise of backward 
compatibility.\n"
     ),
-    {}
   },
 
   { "shelf-log", svn_cl__shelf_log, {0}, N_


Reply via email to