---
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