提交 1371cc52 编写于 作者: J Jiri Denemark

spec: Remove extra () with return statement

上级 ec5b7bd2
...@@ -1328,7 +1328,7 @@ make ...@@ -1328,7 +1328,7 @@ make
for i in nodeinfotest seclabeltest for i in nodeinfotest seclabeltest
do do
rm -f $i 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 printf '#!/bin/sh\nexit 0\n' > $i
chmod +x $i chmod +x $i
done done
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册