From owner-svn-src-stable@FreeBSD.ORG Mon Jul 21 18:13:15 2014 Return-Path: Delivered-To: svn-src-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id F156DD27; Mon, 21 Jul 2014 18:13:14 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id DEC2223A4; Mon, 21 Jul 2014 18:13:14 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s6LIDEvQ061761; Mon, 21 Jul 2014 18:13:14 GMT (envelope-from emaste@svn.freebsd.org) Received: (from emaste@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s6LIDEcj061760; Mon, 21 Jul 2014 18:13:14 GMT (envelope-from emaste@svn.freebsd.org) Message-Id: <201407211813.s6LIDEcj061760@svn.freebsd.org> From: Ed Maste Date: Mon, 21 Jul 2014 18:13:14 +0000 (UTC) To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-10@freebsd.org Subject: svn commit: r268950 - stable/10/tools/tools/vt/mkkfont X-SVN-Group: stable-10 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-src-stable@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: SVN commit messages for all the -stable branches of the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 21 Jul 2014 18:13:15 -0000 Author: emaste Date: Mon Jul 21 18:13:14 2014 New Revision: 268950 URL: http://svnweb.freebsd.org/changeset/base/268950 Log: MFC r266847: Add missing , in converted font output Modified: stable/10/tools/tools/vt/mkkfont/mkkfont.c Directory Properties: stable/10/ (props changed) Modified: stable/10/tools/tools/vt/mkkfont/mkkfont.c ============================================================================== --- stable/10/tools/tools/vt/mkkfont/mkkfont.c Mon Jul 21 17:43:37 2014 (r268949) +++ stable/10/tools/tools/vt/mkkfont/mkkfont.c Mon Jul 21 18:13:14 2014 (r268950) @@ -139,7 +139,7 @@ print_info(struct file_header *fh) else printf("\t\t\t\t NULL,\n"); } - printf("\t\t\t\t }\n"); + printf("\t\t\t\t },\n"); printf("\t.vf_map_count\t\t= { %u, %u, %u, %u },\n", be32toh(fh->map_count[0]), be32toh(fh->map_count[1]),