From commits-return-50231-archive-asf-public=cust-asf.ponee.io@subversion.apache.org Tue Jan 8 10:48:01 2019 Return-Path: X-Original-To: archive-asf-public@cust-asf.ponee.io Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by mx-eu-01.ponee.io (Postfix) with SMTP id 1929F180652 for ; Tue, 8 Jan 2019 10:48:00 +0100 (CET) Received: (qmail 66760 invoked by uid 500); 8 Jan 2019 09:48:00 -0000 Mailing-List: contact commits-help@subversion.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@subversion.apache.org Delivered-To: mailing list commits@subversion.apache.org Received: (qmail 66749 invoked by uid 99); 8 Jan 2019 09:48:00 -0000 Received: from Unknown (HELO svn01-us-west.apache.org) (209.188.14.144) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 08 Jan 2019 09:48:00 +0000 Received: from svn01-us-west.apache.org (localhost [127.0.0.1]) by svn01-us-west.apache.org (ASF Mail Server at svn01-us-west.apache.org) with ESMTP id 91BDF3A0116 for ; Tue, 8 Jan 2019 09:47:59 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1850721 - /subversion/trunk/subversion/svn/svn.c Date: Tue, 08 Jan 2019 09:47:59 -0000 To: commits@subversion.apache.org From: julianfoad@apache.org X-Mailer: svnmailer-1.0.9 Message-Id: <20190108094759.91BDF3A0116@svn01-us-west.apache.org> 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} }