Skip to content

Commit 5ee63df

Browse files
committed
Tiny fix for myocamlbuild.ml
1 parent 6facf76 commit 5ee63df

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

myocamlbuild.ml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -569,7 +569,7 @@ let () =
569569
S [ccopt; pgsql_includedir; ccopt; major; ccopt; minor],
570570
S [cclib; pgsql_libdir; cclib; pgsql_lib]
571571
with exn ->
572-
close_in ic;
572+
close_in_noerr ic;
573573
raise exn
574574
in
575575
flag ["compile"; "c"] opgsql_cflags;

0 commit comments

Comments
 (0)