From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 5044 invoked by alias); 18 Dec 2004 01:24:02 -0000 Mailing-List: contact gdb-patches-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sources.redhat.com Received: (qmail 4994 invoked from network); 18 Dec 2004 01:23:56 -0000 Received: from unknown (HELO mx1.redhat.com) (66.187.233.31) by sourceware.org with SMTP; 18 Dec 2004 01:23:56 -0000 Received: from int-mx1.corp.redhat.com (int-mx1.corp.redhat.com [172.16.52.254]) by mx1.redhat.com (8.12.11/8.12.11) with ESMTP id iBI1Nu7L008906 for ; Fri, 17 Dec 2004 20:23:56 -0500 Received: from localhost.redhat.com (vpn50-7.rdu.redhat.com [172.16.50.7]) by int-mx1.corp.redhat.com (8.11.6/8.11.6) with ESMTP id iBI1Nor21586; Fri, 17 Dec 2004 20:23:51 -0500 Received: from [127.0.0.1] (localhost.localdomain [127.0.0.1]) by localhost.redhat.com (Postfix) with ESMTP id 7F4F93EFD; Fri, 17 Dec 2004 20:21:04 -0500 (EST) Message-ID: <41C385FF.7080606@gnu.org> Date: Sat, 18 Dec 2004 01:47:00 -0000 From: Andrew Cagney User-Agent: Mozilla Thunderbird 0.8 (X11/20041020) MIME-Version: 1.0 To: Jim Blandy Cc: gdb-patches@sources.redhat.com Subject: Re: PATCH: fix indentation in remote.c:fetch_register_using_p References: In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-SW-Source: 2004-12/txt/msg00407.txt.bz2 > if (buf[0] != 0 && buf[0] != 'E') { Close, but no cigar. Note the ``}'' :-) Andrew