From 1cd065837c6698b0e3dba6977b47061f8419dfba Mon Sep 17 00:00:00 2001 From: Christopher Faylor Date: Fri, 12 Aug 2005 02:39:13 +0000 Subject: white space --- winsup/cygwin/dlfcn.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'winsup/cygwin/dlfcn.cc') 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) -- cgit v1.2.3