From 5bbde877e7b072f521bd85b874d05671ef97dbd3 Mon Sep 17 00:00:00 2001 From: Daniel Veillard Date: Mon, 29 Mar 2010 18:27:12 +0200 Subject: [PATCH] Fix a merge error leftover --- include/libvirt/virterror.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/libvirt/virterror.h b/include/libvirt/virterror.h index 28fafc291f..f69d07e74a 100644 --- a/include/libvirt/virterror.h +++ b/include/libvirt/virterror.h @@ -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;