[libvirt] [PATCH] spec: Remove extra () with return statement

Jiri Denemark jdenemar at redhat.com
Wed Aug 1 11:11:27 UTC 2012


---
Pushed as trivial.

 libvirt.spec.in | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/libvirt.spec.in b/libvirt.spec.in
index 2d86e3c..67b955a 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
-- 
1.7.11.1




More information about the libvir-list mailing list