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:
Zebediah Figura 2021-03-18 00:41:26 -05:00 committed by Alexandre Julliard
parent 731339cd60
commit 9922b5210b

View file

@ -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