sim-card
/
qemu
Archived
10
0
Fork 0

Fix typo, thanks to Andreas Faerber for spotting

git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@7235 c046a42c-6fe2-441c-8c8c-71466251a162
This commit is contained in:
blueswir1 2009-04-23 18:42:30 +00:00
parent fc1f79f71c
commit 96248fd890
1 changed files with 1 additions and 1 deletions

View File

@ -189,7 +189,7 @@ static int con_init(struct XenDevice *xendev)
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;
}