From 6bdb7fc7dd31aaaf91f7116ed63780f3b4482e11 Mon Sep 17 00:00:00 2001 From: malc Date: Sun, 24 Aug 2014 08:35:06 +0400 Subject: [PATCH] Cosmetics --- main.ml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/main.ml b/main.ml index e17cec7..2e437b9 100644 --- a/main.ml +++ b/main.ml @@ -6207,8 +6207,7 @@ let () = if not (emptystr !gcconfig) then ( let c, s = - match Ne.res - (Unix.socketpair Unix.PF_UNIX Unix.SOCK_STREAM) 0 with + match Ne.res (Unix.socketpair Unix.PF_UNIX Unix.SOCK_STREAM) 0 with | Ne.Exn exn -> error "gc socketpair failed: %s" (exntos exn) | Ne.Res rw -> rw -- 2.11.4.GIT