Skip to content
Snippets Groups Projects
Commit 5d08c49e authored by Pierre Loic Garoche's avatar Pierre Loic Garoche
Browse files

Solved printing bug in Horn backend

parent 990210f3
No related branches found
No related tags found
No related merge requests found
......@@ -80,7 +80,7 @@ let print_type_definitions fmt =
let print_dep fmt prog =
Log.report ~level:1 (fun fmt -> fprintf fmt "@[<v 2>.. extracting Horn libraries@,");
fprintf fmt "; Statically linked libraries@";
fprintf fmt "; Statically linked libraries@,";
let dependencies = Corelang.get_dependencies prog in
List.iter
(fun dep ->
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment