提交 8a2ddb61 编写于 作者: Y Yinan Xu

assert: fix end of line

上级 454cef32
......@@ -14,7 +14,7 @@ void assert_finish() {
extern "C" void xs_assert(long long line) {
pthread_mutex_lock(&assert_mutex);
printf("Assertion failed at line %lld\n.", line);
printf("Assertion failed at line %lld.\n", line);
assert_count++;
pthread_mutex_unlock(&assert_mutex);
}
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册