mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2025-03-20 07:59:00 +00:00
spec: Remove extra () with return statement
This commit is contained in:
parent
ec5b7bd2ec
commit
1371cc5251
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user