Skip to content
Snippets Groups Projects
Commit 995bd9e5 authored by Raphaël Rieu-Helft's avatar Raphaël Rieu-Helft
Browse files

Fix error message

parent 62e6b440
No related branches found
No related tags found
No related merge requests found
......@@ -165,7 +165,7 @@ let print_mdecls ?fname m mdecls deps =
if !opt_interface then begin
match printer.Pdriver.interf_gen, printer.Pdriver.interf_printer with
| None, _ | _, None ->
eprintf "Driver does not support interface extraction";
eprintf "Driver does not support interface extraction.@.";
exit 1
| Some ig, Some ipr ->
let iout, old = get_cout_old ig m ?fname in
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment