[PATCH 5/5] server: Remove a no longer relevant "see below" from a comment.

Zebediah Figura z.figura12 at gmail.com
Thu Mar 18 00:41:27 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 51e39b5f09a..86a5b6a1942 100644
--- a/server/protocol.def
+++ b/server/protocol.def
@@ -1116,7 +1116,7 @@ typedef struct
     obj_handle_t dst_process;  /* dst process handle */
     unsigned int access;       /* wanted access rights */
     unsigned int attributes;   /* object attributes */
-    unsigned int options;      /* duplicate options (see below) */
+    unsigned int options;      /* duplicate options */
 @REPLY
     obj_handle_t handle;       /* duplicated handle in dst process */
     int          self;         /* is the source the current process? */
-- 
2.30.2




More information about the wine-devel mailing list