提交 59c23a87 编写于 作者: B Ben

Minor fixes and rewordings

上级 6686f027
push:
@if [ "x$(MSG)" = 'x' ] ; then \
echo "Usage: MSG='whatever.' make push"; fi
echo "Usage: MSG='your message here.' make push"; fi
@test "x$(MSG)" != 'x'
git commit -a -m "$(MSG)"
git svn fetch
......
......@@ -8,5 +8,5 @@ int main(int argc, char **argv){
double in = strtod(argv[1], &end);
Stopif(*end, return 2, "I couldn't parse '%s' to a number. "
"I had trouble with '%s'.", argv[1], end);
printf("The square of %g is %g\n", argv[1], pow(in, 2));
printf("The square of %s is %g\n", argv[1], pow(in, 2));
}
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册