aboutsummaryrefslogtreecommitdiff
path: root/jim-posix.c
diff options
context:
space:
mode:
Diffstat (limited to 'jim-posix.c')
-rw-r--r--jim-posix.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/jim-posix.c b/jim-posix.c
index 5125e16..f280f3e 100644
--- a/jim-posix.c
+++ b/jim-posix.c
@@ -377,7 +377,7 @@ static int Jim_PosixSignalCommand(Jim_Interp *interp, int argc,
// end added
-int Jim_PosixInit(Jim_Interp *interp)
+int Jim_posixInit(Jim_Interp *interp)
{
if (Jim_PackageProvide(interp, "posix", "1.0", JIM_ERRMSG) != JIM_OK)
return JIM_ERR;