summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/library/loader.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/library/loader.c b/src/library/loader.c
index ec4c53b..dbf0fe5 100644
--- a/src/library/loader.c
+++ b/src/library/loader.c
@@ -138,7 +138,7 @@ char *wolf_library_error_msg( const wolf_library_p library, char *buf, size_t b
return buf;
}
-WOLF_LIBRARY_FUNCPTR wolf_library_get_func( const wolf_library_p l, const char *name, wolf_error_t *error ) {
+WOLF_LIBRARY_FUNCPTR wolf_library_get( const wolf_library_p l, const char *name, wolf_error_t *error ) {
WOLF_LIBRARY_FUNCPTR ret;
#if !defined _WIN32
WOLF_LIBRARY_DLERROR_CONST char *err = NULL;