summaryrefslogtreecommitdiffstats
path: root/winsup/cygwin/dlfcn.cc
diff options
context:
space:
mode:
authorChristopher Faylor <me@cgf.cx>2005-08-12 02:39:13 +0000
committerChristopher Faylor <me@cgf.cx>2005-08-12 02:39:13 +0000
commit1cd065837c6698b0e3dba6977b47061f8419dfba (patch)
treea7ff66c35914ad5285d42712669d75ee6c3af394 /winsup/cygwin/dlfcn.cc
parentb4ec1841997ed8ddfba41818e4806513d8da433d (diff)
downloadcygnal-1cd065837c6698b0e3dba6977b47061f8419dfba.tar.gz
cygnal-1cd065837c6698b0e3dba6977b47061f8419dfba.tar.bz2
cygnal-1cd065837c6698b0e3dba6977b47061f8419dfba.zip
white space
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 27daed893..5d0fb6d8f 100644
--- a/winsup/cygwin/dlfcn.cc
+++ b/winsup/cygwin/dlfcn.cc
@@ -68,7 +68,7 @@ get_full_path_of_dll (const char* str, char *name)
if (isabspath (name) ||
(ret = check_path_access ("LD_LIBRARY_PATH=", name, real_filename)
- ?: check_path_access ("/usr/lib", name, real_filename)) == NULL)
+ ?: check_path_access ("/usr/lib", name, real_filename)) == NULL)
real_filename.check (name, PC_SYM_FOLLOW | PC_NOFULL | PC_NULLEMPTY); /* Convert */
if (!real_filename.error)