提交 090414a3 编写于 作者: B Blue Swirl

Fix a typo in error message

Signed-off-by: NBlue Swirl <blauwirbel@gmail.com>
上级 995bf0ca
......@@ -356,7 +356,7 @@ QEMUFile *qemu_fopen(const char *filename, const char *mode)
if (mode == NULL ||
(mode[0] != 'r' && mode[0] != 'w') ||
mode[1] != 'b' || mode[2] != 0) {
fprintf(stderr, "qemu_fdopen: Argument validity check failed\n");
fprintf(stderr, "qemu_fopen: Argument validity check failed\n");
return NULL;
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册