Skip to content

Commit

Permalink
Fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
Gbury committed Jan 16, 2023
1 parent 59336c4 commit b7879f9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/bin/options.ml
Original file line number Diff line number Diff line change
Expand Up @@ -439,8 +439,8 @@ let reports =
(* ************************************************************************* *)

let mk_file lang mode input =
let dir,source = Loop.State.split_input input in
Loop.State.mk_file ?lang ?mode dir source
let dir,source = State.split_input input in
State.mk_file ?lang ?mode dir source

let logic_file =
let docs = common_section in
Expand Down

0 comments on commit b7879f9

Please sign in to comment.