mirror of https://gitee.com/openkylin/libvirt.git
Don't put a semicolon on the end of a VIR_ENUM_IMPL.
Signed-off-by: Chris Lalancette <clalance@redhat.com>
This commit is contained in:
parent
f72e4a9db1
commit
ab85b5eaa2
|
@ -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",
|
||||
|
|
Loading…
Reference in New Issue