提交 1c9c494f 编写于 作者: E Eric Blake

remote: keep 'make check' happy

* src/remote_protocol-structs (remote_domain_screenshot_args): Use
spelling preferred by dwarves.
上级 a9bb4f65
...@@ -405,8 +405,8 @@ struct remote_domain_core_dump_args { ...@@ -405,8 +405,8 @@ struct remote_domain_core_dump_args {
}; };
struct remote_domain_screenshot_args { struct remote_domain_screenshot_args {
remote_nonnull_domain dom; remote_nonnull_domain dom;
unsigned int screen; u_int screen;
unsigned int flags; u_int flags;
}; };
struct remote_domain_screenshot_ret { struct remote_domain_screenshot_ret {
remote_string mime; remote_string mime;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册