From patchwork Tue Apr 3 20:50:30 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Peter Korsgaard X-Patchwork-Id: 150544 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from fraxinus.osuosl.org (fraxinus.osuosl.org [140.211.166.137]) by ozlabs.org (Postfix) with ESMTP id 22F5BB6FAA for ; Wed, 4 Apr 2012 06:53:41 +1000 (EST) Received: from localhost (localhost [127.0.0.1]) by fraxinus.osuosl.org (Postfix) with ESMTP id 0D7491020BE; Tue, 3 Apr 2012 20:53:40 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Received: from fraxinus.osuosl.org ([127.0.0.1]) by localhost (.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id AlsNGQhktHNi; Tue, 3 Apr 2012 20:53:34 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by fraxinus.osuosl.org (Postfix) with ESMTP id 6FAC5101FED; Tue, 3 Apr 2012 20:53:22 +0000 (UTC) X-Original-To: buildroot@lists.busybox.net Delivered-To: buildroot@osuosl.org Received: from fraxinus.osuosl.org (fraxinus.osuosl.org [140.211.166.137]) by ash.osuosl.org (Postfix) with ESMTP id E8D9A8F753 for ; Tue, 3 Apr 2012 20:53:18 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by fraxinus.osuosl.org (Postfix) with ESMTP id DA503101EBC for ; Tue, 3 Apr 2012 20:53:18 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Received: from fraxinus.osuosl.org ([127.0.0.1]) by localhost (.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id yGA52suPrfOs for ; Tue, 3 Apr 2012 20:53:17 +0000 (UTC) Received: from busybox.osuosl.org (busybox.osuosl.org [140.211.167.224]) by fraxinus.osuosl.org (Postfix) with ESMTP id E376C1019A3 for ; Tue, 3 Apr 2012 20:53:17 +0000 (UTC) Received: by busybox.osuosl.org (Postfix, from userid 4021) id DFF43969F0; Tue, 3 Apr 2012 20:53:17 +0000 (UTC) From: Peter Korsgaard To: buildroot@busybox.net Date: Tue, 3 Apr 2012 22:50:30 +0200 X-Git-Refname: refs/heads/master X-Git-Oldrev: 21fb8e68ee656733a02ff3f574b991d5032cdfc3 X-Git-Newrev: 9afba4fdc672662c39f088b51c2ee939679d51a2 X-Patchwork-Hint: ignore Message-Id: <20120403205317.DFF43969F0@busybox.osuosl.org> Subject: [Buildroot] [git commit] tinyhttpd: fix white space issue in Config.in X-BeenThere: buildroot@busybox.net X-Mailman-Version: 2.1.14 Precedence: list List-Id: Discussion and development of buildroot List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Errors-To: buildroot-bounces@busybox.net Sender: buildroot-bounces@busybox.net commit: http://git.buildroot.net/buildroot/commit/?id=9afba4fdc672662c39f088b51c2ee939679d51a2 branch: http://git.buildroot.net/buildroot/commit/?id=refs/heads/master Signed-off-by: Peter Korsgaard --- package/tinyhttpd/Config.in | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/package/tinyhttpd/Config.in b/package/tinyhttpd/Config.in index eb60163..5a6ee88 100644 --- a/package/tinyhttpd/Config.in +++ b/package/tinyhttpd/Config.in @@ -3,5 +3,5 @@ config BR2_PACKAGE_TINYHTTPD help A relatively simple webserver written as a school project. It is exceedingly simple, threaded and handles basic CGI scripts. - + http://sourceforge.net/projects/tinyhttpd/