summaryrefslogtreecommitdiffstats
path: root/winsup/cygwin/dlfcn.cc
diff options
context:
space:
mode:
Diffstat (limited to 'winsup/cygwin/dlfcn.cc')
-rw-r--r--winsup/cygwin/dlfcn.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/winsup/cygwin/dlfcn.cc b/winsup/cygwin/dlfcn.cc
index 6d4580e9e..ff1be8d86 100644
--- a/winsup/cygwin/dlfcn.cc
+++ b/winsup/cygwin/dlfcn.cc
@@ -76,7 +76,7 @@ dlopen (const char *name, int)
{
ret = (void *) GetModuleHandle (NULL); /* handle for the current module */
if (!ret)
- __seterrno ();
+ __seterrno ();
}
else
{