qemu-devel
[Top][All Lists]
Advanced

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

[Qemu-devel] [7235] Fix typo, thanks to Andreas Faerber for spotting


From: Blue Swirl
Subject: [Qemu-devel] [7235] Fix typo, thanks to Andreas Faerber for spotting
Date: Thu, 23 Apr 2009 18:42:31 +0000

Revision: 7235
          http://svn.sv.gnu.org/viewvc/?view=rev&root=qemu&revision=7235
Author:   blueswir1
Date:     2009-04-23 18:42:30 +0000 (Thu, 23 Apr 2009)
Log Message:
-----------
Fix typo, thanks to Andreas Faerber for spotting

Modified Paths:
--------------
    trunk/hw/xen_console.c

Modified: trunk/hw/xen_console.c
===================================================================
--- trunk/hw/xen_console.c      2009-04-23 18:29:47 UTC (rev 7234)
+++ trunk/hw/xen_console.c      2009-04-23 18:42:30 UTC (rev 7235)
@@ -189,7 +189,7 @@
     free(dom);
 
     type = xenstore_read_str(con->console, "type");
-    if (!type || strcmp(type, "ioemu" != 0)) {
+    if (!type || strcmp(type, "ioemu") != 0) {
        xen_be_printf(xendev, 1, "not for me (type=%s)\n", type);
        return -1;
     }





reply via email to

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