提交 2acf3bce 编写于 作者: R Rich Felker

remove spurious repeated semicolon in fmemopen

上级 74fa4aac
......@@ -103,7 +103,7 @@ FILE *fmemopen(void *restrict buf, size_t size, const char *restrict mode)
f->f.buf = f->buf + UNGET;
f->f.buf_size = sizeof f->buf - UNGET;
if (!buf) {
buf = f->buf2;;
buf = f->buf2;
memset(buf, 0, size);
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册