From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Mt3Gc-0006nW-55 for qemu-devel@nongnu.org; Wed, 30 Sep 2009 13:47:06 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Mt3GX-0006hW-Eb for qemu-devel@nongnu.org; Wed, 30 Sep 2009 13:47:05 -0400 Received: from [199.232.76.173] (port=36026 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Mt3GX-0006hH-8f for qemu-devel@nongnu.org; Wed, 30 Sep 2009 13:47:01 -0400 Received: from mx1.redhat.com ([209.132.183.28]:37184) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1Mt3GW-0006gZ-LD for qemu-devel@nongnu.org; Wed, 30 Sep 2009 13:47:00 -0400 Date: Wed, 30 Sep 2009 19:45:01 +0200 From: "Michael S. Tsirkin" Message-ID: <20090930174501.GM1399@redhat.com> References: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: Subject: [Qemu-devel] [PATCH 12/13] slirp: fix unmatched bracket in if 0 List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Blue Swirl Cc: qemu-devel@nongnu.org Fix unmatched bracket in commented out code Signed-off-by: Michael S. Tsirkin --- slirp/ip_input.c | 2 -- 1 files changed, 0 insertions(+), 2 deletions(-) diff --git a/slirp/ip_input.c b/slirp/ip_input.c index 35230f8..bb101da 100644 --- a/slirp/ip_input.c +++ b/slirp/ip_input.c @@ -648,8 +648,6 @@ typedef u_int32_t n_time; ip_forward(m, 1); return (1); } - } - } return (0); bad: icmp_error(m, type, code, 0, 0); -- 1.6.5.rc2