Skip to content

Commit

Permalink
callops: proper naming of the module
Browse files Browse the repository at this point in the history
  • Loading branch information
razvancrainea committed Jun 15, 2020
1 parent 78c3ef0 commit bfd2bbe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/callops/callops.c
Expand Up @@ -223,7 +223,7 @@ static mi_export_t mi_cmds[] = {
};

struct module_exports exports= {
"calling",
"callops",
MOD_TYPE_DEFAULT,/* class of this module */
MODULE_VERSION,
DEFAULT_DLFLAGS, /* dlopen flags */
Expand Down

0 comments on commit bfd2bbe

Please sign in to comment.