Signed-off-by: Zebediah Figura z.figura12@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? */