aboutsummaryrefslogtreecommitdiffstats
path: root/CNativeCode/jawt_misc.c
diff options
context:
space:
mode:
Diffstat (limited to 'CNativeCode/jawt_misc.c')
-rw-r--r--CNativeCode/jawt_misc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/CNativeCode/jawt_misc.c b/CNativeCode/jawt_misc.c
index bdf8fe7..4f083d7 100644
--- a/CNativeCode/jawt_misc.c
+++ b/CNativeCode/jawt_misc.c
@@ -95,7 +95,7 @@ jawt_unload ()
if ( libHandleJAWT != NULL )
{
JAWT_GetAWT_fn = NULL;
- dlClose(libHandleJAWT);
+ dlclose(libHandleJAWT);
libHandleJAWT = NULL;
}