From 4c0a69f5865c37c2693813670433381c4737a40a Mon Sep 17 00:00:00 2001 From: Zebediah Figura Date: Thu, 18 Mar 2021 00:41:27 -0500 Subject: [PATCH] server: Remove a no longer relevant "see below" from a comment. Signed-off-by: Zebediah Figura Signed-off-by: Alexandre Julliard --- 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? */