From: Chris Lalancette Date: Fri, 30 Jul 2010 15:40:42 +0000 (-0400) Subject: Don't put a semicolon on the end of a VIR_ENUM_IMPL. X-Git-Url: http://xenbits.xensource.com/gitweb?a=commitdiff_plain;h=ab85b5eaa2713a880c8ccd75167217bf03887ca8;p=libvirt.git Don't put a semicolon on the end of a VIR_ENUM_IMPL. Signed-off-by: Chris Lalancette --- diff --git a/src/conf/domain_conf.c b/src/conf/domain_conf.c index 40e6d1c40a..ce1882f16b 100644 --- a/src/conf/domain_conf.c +++ b/src/conf/domain_conf.c @@ -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",