qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemu-devel] [6885] Fix compile problems with r6884


From: Blue Swirl
Subject: [Qemu-devel] [6885] Fix compile problems with r6884
Date: Sat, 28 Mar 2009 08:13:57 +0000

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}





reply via email to

[Prev in Thread] Current Thread [Next in Thread]