Skip to content
Snippets Groups Projects
Commit 39c51b33 authored by Virgile Prevosto's avatar Virgile Prevosto Committed by Andre Maroneze
Browse files

lint

parent 6c0f9701
No related branches found
No related tags found
No related merge requests found
......@@ -407,9 +407,9 @@ let get_machdep () =
mach_of_yaml
in
match res with
| Ok machdep -> machdep
| Error (`Msg s) ->
Kernel.fatal "Error during machdep parsing: %s" s
| Ok machdep -> machdep
| Error (`Msg s) ->
Kernel.fatal "Error during machdep parsing: %s" s
let print_machdep_header () =
if Kernel.PrintMachdepHeader.get () then begin
......
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