Skip to content

Commit

Permalink
fix error message
Browse files Browse the repository at this point in the history
  • Loading branch information
stilscher committed Feb 16, 2024
1 parent 674eb9f commit 56655c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/maingoblint.ml
Original file line number Diff line number Diff line change
Expand Up @@ -623,7 +623,7 @@ let do_gobview cilfile =
Serialize.marshal (Timing.Default.root, Gc.quick_stat ()) stats;
)
else
Logs.error "Warning: Cannot locate GobView."
Logs.error "Cannot locate GobView."

let handle_extraspecials () =
let funs = get_string_list "exp.extraspecials" in
Expand Down

0 comments on commit 56655c1

Please sign in to comment.