Skip to content

Commit

Permalink
Fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
Gbury committed Feb 2, 2023
1 parent 8730046 commit a480c8f
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 a480c8f

Please sign in to comment.