提交 20d78169 编写于 作者: M Marc-André Lureau 提交者: Cole Robinson

qemu: syntax fix

Pushed without ack, under the trivial rule.
(cherry picked from commit 2beed2da)
上级 9649b0a8
...@@ -1170,7 +1170,7 @@ int qemuDomainAttachHostDevice(struct qemud_driver *driver, ...@@ -1170,7 +1170,7 @@ int qemuDomainAttachHostDevice(struct qemud_driver *driver,
if (usbDeviceListAdd(list, usb) < 0) { if (usbDeviceListAdd(list, usb) < 0) {
usbFreeDevice(usb); usbFreeDevice(usb);
usb = NULL: usb = NULL;
goto cleanup; goto cleanup;
} }
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册