Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
wanliofficial committed May 27, 2021
1 parent 5ced47a commit b319f47
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/evm_module.h
Original file line number Diff line number Diff line change
Expand Up @@ -117,6 +117,6 @@ extern void evm_module_event_emit (evm_t *e, evm_val_t *pthis, const char *type,
const char * evm_module_get_cwd();
void evm_module_set_cwd(const char *cwd);
evm_err_t evm_module_init(evm_t *env);
extern evm_val_t *evm_runtime;
extern evm_t *evm_runtime;

#endif

0 comments on commit b319f47

Please sign in to comment.