mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2025-02-22 03:12:22 +00:00
Fix empty declaration in enum declaration
This commit is contained in:
parent
f34ba729ff
commit
f92e9f599b
@ -1,3 +1,7 @@
|
||||
Fri Jan 30 21:50:22 GMT 2009 Daniel P. Berrange <berrange@redhat.com>
|
||||
|
||||
* src/domain_conf.c: Fix empty decl in enum declaration
|
||||
|
||||
Fri Jan 30 21:44:22 GMT 2009 Daniel P. Berrange <berrange@redhat.com>
|
||||
|
||||
* tests/qemuxml2argvdata/qemuxml2argv-disk-drive-shared.args,
|
||||
|
@ -95,7 +95,7 @@ VIR_ENUM_IMPL(virDomainDiskCache, VIR_DOMAIN_DISK_CACHE_LAST,
|
||||
"default",
|
||||
"none",
|
||||
"writethrough",
|
||||
"writeback");
|
||||
"writeback")
|
||||
|
||||
VIR_ENUM_IMPL(virDomainFS, VIR_DOMAIN_FS_TYPE_LAST,
|
||||
"mount",
|
||||
|
Loading…
x
Reference in New Issue
Block a user