clean up the examples a bit

pull/1054/head
Alexander Medvednikov 2019-07-07 22:09:08 +02:00
parent 7fed451226
commit 045d480c8c
4 changed files with 1 additions and 1 deletions

View File

@ -415,7 +415,7 @@ void reload_so() {
if v.pref.is_so { if v.pref.is_so {
cgen.genln(' int load_so(byteptr path) { return 0; }') cgen.genln(' int load_so(byteptr path) { return 0; }')
} }
cgen.save() cgen.save()
if v.pref.is_verbose { if v.pref.is_verbose {
v.log('flags=') v.log('flags=')