From: Jiri Denemark Date: Wed, 1 Aug 2012 11:09:57 +0000 (+0200) Subject: spec: Remove extra () with return statement X-Git-Tag: v0.10.0-rc1~242 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1371cc52514a6b7d56c9f46cef0bea2c82097f60;p=thirdparty%2Flibvirt.git spec: Remove extra () with return statement --- diff --git a/libvirt.spec.in b/libvirt.spec.in index 2d86e3cab0..67b955a0b6 100644 --- a/libvirt.spec.in +++ b/libvirt.spec.in @@ -1328,7 +1328,7 @@ make for i in nodeinfotest seclabeltest do rm -f $i - printf 'int main(void) { return(0); }' > $i.c + printf 'int main(void) { return 0; }' > $i.c printf '#!/bin/sh\nexit 0\n' > $i chmod +x $i done