Skip to content

Commit

Permalink
correct bad module name.
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewchambers committed Jan 6, 2020
1 parent 8e632bc commit 27b0943
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion flock.c
Original file line number Diff line number Diff line change
Expand Up @@ -139,4 +139,4 @@ static const JanetReg cfuns[] = {
"release file lock."},
{NULL, NULL, NULL}};

JANET_MODULE_ENTRY(JanetTable *env) { janet_cfuns(env, "redis", cfuns); }
JANET_MODULE_ENTRY(JanetTable *env) { janet_cfuns(env, "flock", cfuns); }

0 comments on commit 27b0943

Please sign in to comment.