Skip to content
This repository has been archived by the owner on Sep 27, 2023. It is now read-only.

Commit

Permalink
Fix invalid context name (#772)
Browse files Browse the repository at this point in the history
Co-authored-by: Alyona Ivanova <Ivanova.alyona5@gmail.com>
  • Loading branch information
dchassin and aivanova5 committed Oct 5, 2020
1 parent c5bd6b2 commit 412da51
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion industrial/init.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ EXPORT CLASS *init(CALLBACKS *fntable, MODULE *module, int argc, char *argv[])
return NULL;
}

INIT_MMF(assert);
INIT_MMF(industrial);

new industrial(module);

Expand Down

0 comments on commit 412da51

Please sign in to comment.