From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1LnTg0-00077q-SZ for qemu-devel@nongnu.org; Sat, 28 Mar 2009 04:14:00 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1LnTfz-00076o-W2 for qemu-devel@nongnu.org; Sat, 28 Mar 2009 04:14:00 -0400 Received: from [199.232.76.173] (port=35034 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LnTfz-00076e-HW for qemu-devel@nongnu.org; Sat, 28 Mar 2009 04:13:59 -0400 Received: from savannah.gnu.org ([199.232.41.3]:46217 helo=sv.gnu.org) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1LnTfy-0007D8-JZ for qemu-devel@nongnu.org; Sat, 28 Mar 2009 04:13:58 -0400 Received: from cvs.savannah.gnu.org ([199.232.41.69]) by sv.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1LnTfx-0000iD-Ly for qemu-devel@nongnu.org; Sat, 28 Mar 2009 08:13:57 +0000 Received: from blueswir1 by cvs.savannah.gnu.org with local (Exim 4.69) (envelope-from ) id 1LnTfx-0000i9-8i for qemu-devel@nongnu.org; Sat, 28 Mar 2009 08:13:57 +0000 MIME-Version: 1.0 Errors-To: blueswir1 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit From: Blue Swirl Message-Id: Date: Sat, 28 Mar 2009 08:13:57 +0000 Subject: [Qemu-devel] [6885] Fix compile problems with r6884 Reply-To: qemu-devel@nongnu.org List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Revision: 6885 http://svn.sv.gnu.org/viewvc/?view=rev&root=qemu&revision=6885 Author: blueswir1 Date: 2009-03-28 08:13:56 +0000 (Sat, 28 Mar 2009) Log Message: ----------- Fix compile problems with r6884 Modified Paths: -------------- trunk/hxtool trunk/qemu-options.hx Modified: trunk/hxtool =================================================================== --- trunk/hxtool 2009-03-28 06:44:27 UTC (rev 6884) +++ trunk/hxtool 2009-03-28 08:13:56 UTC (rev 6885) @@ -40,3 +40,5 @@ "-t") hxtotexi ;; *) exit 1 ;; esac + +exit 0 Modified: trunk/qemu-options.hx =================================================================== --- trunk/qemu-options.hx 2009-03-28 06:44:27 UTC (rev 6884) +++ trunk/qemu-options.hx 2009-03-28 08:13:56 UTC (rev 6885) @@ -230,7 +230,7 @@ #ifndef _WIN32 DEF("k", HAS_ARG, QEMU_OPTION_k, - "-k language use keyboard layout (for example \"fr\" for French)\n") + "-k language use keyboard layout (for example 'fr' for French)\n") #endif STEXI @item -k @var{language}