Skip to content
Snippets Groups Projects
Commit 0559aec1 authored by Kostyantyn Vorobyov's avatar Kostyantyn Vorobyov
Browse files

Fix typo in visit.ml

parent 4b95ba50
No related branches found
No related tags found
No related merge requests found
......@@ -246,8 +246,7 @@ class e_acsl_visitor prj generate = object (self)
f.globals <- new_globals
| None ->
Kernel.warning "@[no entry point specified:@ \
you must call function `__e_acsl_memory_init' by yourself.@]"
fname;
you must call function `__e_acsl_memory_init` by yourself.@]";
f.globals <- f.globals @ [ cil_fct ]
in
Project.on prj build_initializer ()
......
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