提交 ab85b5ea 编写于 作者: C Chris Lalancette

Don't put a semicolon on the end of a VIR_ENUM_IMPL.

Signed-off-by: NChris Lalancette <clalance@redhat.com>
上级 f72e4a9d
......@@ -99,7 +99,7 @@ VIR_ENUM_IMPL(virDomainDeviceAddress, VIR_DOMAIN_DEVICE_ADDRESS_TYPE_LAST,
"none",
"pci",
"drive",
"virtio-serial");
"virtio-serial")
VIR_ENUM_IMPL(virDomainDisk, VIR_DOMAIN_DISK_TYPE_LAST,
"block",
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册