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

1 Aug
2012
1 Aug
'12
7:11 a.m.
--- 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
4786
Age (days ago)
4786
Last active (days ago)
0 comments
1 participants
participants (1)
-
Jiri Denemark