
# HG changeset patch # User Daniel Veillard <veillard@redhat.com> # Date 1193910954 -3600 # Node ID 5e54246e74833caed8f5176f8bd5bb9e28b60299 # Parent 05b01d03f0b801afe266d8d012bc464be6a2d165 Fix a trivial compilation problem, the variable declaration is at the wrong place. Signed-off-by: Daniel Veillard <veillard@redhat.com> Daniel diff -r 05b01d03f0b8 -r 5e54246e7483 eo_parser.c --- a/eo_parser.c Sun Feb 15 22:01:53 2015 -0800 +++ b/eo_parser.c Thu Nov 01 10:55:54 2007 +0100 @@ -66,9 +66,9 @@ int cu_parse_embedded_instance(const cha const CMPIBroker *broker, CMPIInstance **instance) { + int ret; #ifdef HAVE_EOPARSER int fd; - int ret; FILE *fp; fd = write_temp(eo); -- Red Hat Virtualization group http://redhat.com/virtualization/ Daniel Veillard | virtualization library http://libvirt.org/ veillard@redhat.com | libxml GNOME XML XSLT toolkit http://xmlsoft.org/ http://veillard.com/ | Rpmfind RPM search engine http://rpmfind.net/