]> git.ipfire.org Git - thirdparty/libvirt.git/commitdiff
Fix a merge error leftover
authorDaniel Veillard <veillard@redhat.com>
Mon, 29 Mar 2010 16:27:12 +0000 (18:27 +0200)
committerDaniel Veillard <veillard@redhat.com>
Mon, 29 Mar 2010 16:27:12 +0000 (18:27 +0200)
include/libvirt/virterror.h

index 28fafc291ffe6b06441fb6195ee4352f373654b3..f69d07e74ad298e63f27237173ffd957222c26b6 100644 (file)
@@ -70,7 +70,7 @@ typedef enum {
     VIR_FROM_SECRET,    /* Error from secret storage */
     VIR_FROM_CPU,       /* Error from CPU driver */
     VIR_FROM_XENAPI,    /* Error from XenAPI */
-    VIR_FROM_NWFILTER   /* Error from network filter driver */
+    VIR_FROM_NWFILTER,  /* Error from network filter driver */
     VIR_FROM_HOOK       /* Error from Synchronous hooks */
 } virErrorDomain;