diff --git a/libs/libc/dlfcn/lib_dlopen.c b/libs/libc/dlfcn/lib_dlopen.c index d603a3248d..357271ff80 100644 --- a/libs/libc/dlfcn/lib_dlopen.c +++ b/libs/libc/dlfcn/lib_dlopen.c @@ -506,7 +506,7 @@ FAR void *dlopen(FAR const char *file, int mode) * be loaded. */ - handle = dlinsert(file); + handle = dlinsert(file); } return handle;