Skip to content

Commit

Permalink
Merge pull request #2429 from ejgallego/fix_more_trunk
Browse files Browse the repository at this point in the history
Fix build with OCaml trunk.
  • Loading branch information
ejgallego authored Jul 21, 2019
2 parents 6ebcb51 + 752f035 commit 74470da
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/lib.ml
Original file line number Diff line number Diff line change
Expand Up @@ -1153,8 +1153,8 @@ end = struct
| Some (ts, file) ->
(Ok ts, Ok file)
| None ->
let e = Error.no_solution_found_for_select ~loc in
(e, e)
let e () = Error.no_solution_found_for_select ~loc in
(e (), e ())
in
(res, { Resolved_select. src_fn; dst_fn = result_fn }
:: acc_selects)
Expand Down

0 comments on commit 74470da

Please sign in to comment.