qemu: syntax fix

Pushed without ack, under the trivial rule.
This commit is contained in:
Marc-André Lureau 2012-07-31 19:51:41 +02:00
parent 8c63ff3937
commit 2beed2daaf

View File

@ -1170,7 +1170,7 @@ int qemuDomainAttachHostDevice(struct qemud_driver *driver,
if (usbDeviceListAdd(list, usb) < 0) {
usbFreeDevice(usb);
usb = NULL:
usb = NULL;
goto cleanup;
}