mirror of https://github.com/status-im/evmc.git
Fix example
This commit is contained in:
parent
7350b129b8
commit
2e92618966
|
@ -166,4 +166,6 @@ int main(int argc, char *argv[]) {
|
||||||
if (result.release)
|
if (result.release)
|
||||||
result.release(&result);
|
result.release(&result);
|
||||||
jit->destroy(jit);
|
jit->destroy(jit);
|
||||||
|
|
||||||
|
return 0;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue