[PATCH 4/5] server: Fix a copy-paste error in a comment.

Zebediah Figura z.figura12 at gmail.com
Thu Mar 18 00:41:26 CDT 2021


Signed-off-by: Zebediah Figura <z.figura12 at gmail.com>
---
 server/protocol.def | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/server/protocol.def b/server/protocol.def
index 7f3b785df51..51e39b5f09a 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
-- 
2.30.2




More information about the wine-devel mailing list