Zebediah Figura : server: Fix a copy-paste error in a comment.
Module: wine Branch: master Commit: 9922b5210b906b8b61c4899f8286e75b0b72b22e URL: https://source.winehq.org/git/wine.git/?a=commit;h=9922b5210b906b8b61c4899f8... Author: Zebediah Figura <z.figura12(a)gmail.com> Date: Thu Mar 18 00:41:26 2021 -0500 server: Fix a copy-paste error in a comment. Signed-off-by: Zebediah Figura <z.figura12(a)gmail.com> Signed-off-by: Alexandre Julliard <julliard(a)winehq.org> --- server/protocol.def | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server/protocol.def b/server/protocol.def index a5790cda939..03161c830c0 100644 --- a/server/protocol.def +++ b/server/protocol.def @@ -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
participants (1)
-
Alexandre Julliard