提交 3167f68f 编写于 作者: U Ulf Möller

The main() return value is a program's exit code.

上级 d52c9734
......@@ -795,8 +795,7 @@ plain[8+4], plain[8+5], plain[8+6], plain[8+7]);
err=1;
}
printf("\n");
exit(err);
return(err); /* Never reached, but keeps compilers happy */
return(err);
}
static char *pt(unsigned char *p)
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册