From: Eric Blake Date: Thu, 1 Sep 2011 18:33:46 +0000 (-0600) Subject: build: fix 'make check' with pdwtags X-Git-Tag: v0.9.5-rc1~110 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=7bc1c5cefeab940e2ed50acd496cd114210a7788;p=thirdparty%2Flibvirt.git build: fix 'make check' with pdwtags Problem introduced by commit b12354b. * src/remote_protocol-structs: Remove spurious blank line. --- diff --git a/src/remote_protocol-structs b/src/remote_protocol-structs index 0498bd1514..bb5ec4459f 100644 --- a/src/remote_protocol-structs +++ b/src/remote_protocol-structs @@ -1436,7 +1436,6 @@ struct remote_domain_migrate_get_max_speed_args { struct remote_domain_migrate_get_max_speed_ret { uint64_t bandwidth; }; - struct remote_domain_events_register_any_args { int eventID; };