From c4d7e7fdabb4fee02ef7db2ee908aef1827761c4 Mon Sep 17 00:00:00 2001 From: malc Date: Sat, 2 Aug 2014 18:03:41 +0400 Subject: [PATCH] Kill stray space --- wsi.ml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wsi.ml b/wsi.ml index 860c828..fd53df6 100644 --- a/wsi.ml +++ b/wsi.ml @@ -764,7 +764,7 @@ let setup sock screennum w h = let rec findvisual n pos = if n = nvisuals then finddepth (n'+1) pos - else + else let id = r32 data pos in if id = vid then depth -- 2.11.4.GIT