server: Fix a copy-paste error in a comment.
Signed-off-by: Zebediah Figura <z.figura12@gmail.com> Signed-off-by: Alexandre Julliard <julliard@winehq.org>
This commit is contained in:
parent
731339cd60
commit
9922b5210b
|
@ -668,7 +668,7 @@ typedef union
|
|||
} map_view;
|
||||
struct
|
||||
{
|
||||
enum apc_type type; /* APC_MAP_VIEW */
|
||||
enum apc_type type; /* APC_UNMAP_VIEW */
|
||||
unsigned int status; /* status returned by call */
|
||||
} unmap_view;
|
||||
struct
|
||||
|
|
Loading…
Reference in New Issue