no logic change, indent only
This commit is contained in:
parent
8a0fec5e66
commit
bf07c20571
@ -539,12 +539,10 @@ xrdp_caps_process_surface_cmds(struct xrdp_rdp *self, struct stream *s, int len)
|
|||||||
{
|
{
|
||||||
int cmdFlags;
|
int cmdFlags;
|
||||||
g_writeln("xrdp_caps_process_surface_cmds:");
|
g_writeln("xrdp_caps_process_surface_cmds:");
|
||||||
|
in_uint32_le(s, cmdFlags);
|
||||||
in_uint32_le(s, cmdFlags);
|
in_uint8s(s, 4); /* reserved */
|
||||||
in_uint8s(s, 4); /* reserved */
|
g_writeln(" cmdFlags 0x%08x", cmdFlags);
|
||||||
|
return 0;
|
||||||
g_writeln(" cmdFlags 0x%08x", cmdFlags);
|
|
||||||
return 0;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
/*****************************************************************************/
|
/*****************************************************************************/
|
||||||
|
Loading…
Reference in New Issue
Block a user