diff options
Diffstat (limited to 'src/port/dlopen.c')
-rw-r--r-- | src/port/dlopen.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/port/dlopen.c b/src/port/dlopen.c index 6cca2eb3703..05ad85b5b33 100644 --- a/src/port/dlopen.c +++ b/src/port/dlopen.c @@ -24,7 +24,7 @@ void * dlopen(const char *file, int mode) { - int flags = 0; + int flags = 0; if (mode & RTLD_NOW) flags |= BIND_IMMEDIATE; |