From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1KuXve-0000XC-Sy for qemu-devel@nongnu.org; Mon, 27 Oct 2008 15:39:06 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1KuXvc-0000Wk-Bo for qemu-devel@nongnu.org; Mon, 27 Oct 2008 15:39:05 -0400 Received: from [199.232.76.173] (port=57789 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KuXvc-0000Wh-8u for qemu-devel@nongnu.org; Mon, 27 Oct 2008 15:39:04 -0400 Received: from wx-out-0506.google.com ([66.249.82.227]:44075) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1KuXvb-0007b1-At for qemu-devel@nongnu.org; Mon, 27 Oct 2008 15:39:03 -0400 Received: by wx-out-0506.google.com with SMTP id h27so785710wxd.4 for ; Mon, 27 Oct 2008 12:39:00 -0700 (PDT) Message-ID: Date: Mon, 27 Oct 2008 21:39:00 +0200 From: "Blue Swirl" MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Content-Disposition: inline Subject: [Qemu-devel] Duplicate initializer in curses_keys.h Reply-To: qemu-devel@nongnu.org List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: andrzej zaborowski , "qemu-devel@nongnu.org" Sparse complains about initializer entry defined twice in curses_keys.h: ['\t'] = 15, /* Tab */ [0x009] = 23 | CNTRL, /* Control + i */ Which one is correct?