* [Qemu-devel] [7235] Fix typo, thanks to Andreas Faerber for spotting
@ 2009-04-23 18:42 Blue Swirl
0 siblings, 0 replies; only message in thread
From: Blue Swirl @ 2009-04-23 18:42 UTC (permalink / raw)
To: qemu-devel
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;
}
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2009-04-23 18:42 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-04-23 18:42 [Qemu-devel] [7235] Fix typo, thanks to Andreas Faerber for spotting Blue Swirl
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).