From: Richard W.M. Jones Date: Wed, 9 Apr 2008 13:50:27 +0000 (+0000) Subject: Remove extraneous underscore X-Git-Tag: LIBVIRT_0_4_4~194 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b5af30a9f3b2ff4367a4d37df6c745d458c8ea05;p=thirdparty%2Flibvirt.git Remove extraneous underscore * src/openvz_conf.c: Remove extraneous underscore which stopped file from compiling (Anton Protopopov). --- diff --git a/ChangeLog b/ChangeLog index 335b72f4e6..7f9f7fc249 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +Wed Apr 9 14:46:00 BST 2008 Richard W.M. Jones + + Remove extraneous underscore + * src/openvz_conf.c: Remove extraneous underscore which stopped + file from compiling (Anton Protopopov). + Tue Apr 8 18:44:27 CEST 2008 Daniel Veillard * configure.in NEWS doc/* po/*: making libvirt-0.4.2 release diff --git a/src/openvz_conf.c b/src/openvz_conf.c index 65344c5c97..2d3ca5a587 100644 --- a/src/openvz_conf.c +++ b/src/openvz_conf.c @@ -325,7 +325,7 @@ static struct openvz_vm_def } if (strcmp((char *)prop, "openvz")){ - error(conn, VIR_ERR_INTERNAL_ERROR, _("invalid domain type attribute"_)); + error(conn, VIR_ERR_INTERNAL_ERROR, _("invalid domain type attribute")); goto bail_out; } free(prop);