From: malc Date: Mon, 11 Feb 2013 17:06:38 +0000 (+0400) Subject: Fix type and move comment to the proper position X-Git-Tag: v14~35 X-Git-Url: https://repo.or.cz/w/llpp.git/commitdiff_plain/f24ee09ceba8d9d55d380e70d364ac3178025983 Fix type and move comment to the proper position --- diff --git a/wsi.ml b/wsi.ml index 5fb2934..0972321 100644 --- a/wsi.ml +++ b/wsi.ml @@ -746,7 +746,7 @@ let setup sock screennum w h = let atom = r32 resp 8 in let pid = Unix.getpid () in let s = s32 pid in - let s = changepropreq wid atom 6 (* cardinal *) 8 s in + let s = changepropreq wid atom (* cardinal *)6 32 s in sendstr s sock; ) );