Module: wine Branch: master Commit: 4c0a69f5865c37c2693813670433381c4737a40a URL: https://source.winehq.org/git/wine.git/?a=commit;h=4c0a69f5865c37c2693813670...
Author: Zebediah Figura z.figura12@gmail.com Date: Thu Mar 18 00:41:27 2021 -0500
server: Remove a no longer relevant "see below" from a comment.
Signed-off-by: Zebediah Figura z.figura12@gmail.com Signed-off-by: Alexandre Julliard julliard@winehq.org
---
server/protocol.def | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/server/protocol.def b/server/protocol.def index 03161c830c0..2bfdcca6de1 100644 --- a/server/protocol.def +++ b/server/protocol.def @@ -1114,7 +1114,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? */