From 1b23b30b29eebbe7c9953f2a7470f31a0feb8702 Mon Sep 17 00:00:00 2001 From: Christopher Faylor Date: Sat, 17 Dec 2011 23:39:47 +0000 Subject: Clean up whitespace. --- winsup/utils/loadlib.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'winsup/utils/loadlib.h') diff --git a/winsup/utils/loadlib.h b/winsup/utils/loadlib.h index 7f3a9cc2b..b2da8c76d 100644 --- a/winsup/utils/loadlib.h +++ b/winsup/utils/loadlib.h @@ -49,7 +49,7 @@ _load_sys_library (const wchar_t *dll) if (wcscmp (dll, L"cygwin1.dll") == 0) return LoadLibraryExW (L"cygwin1.dll", NULL, LOAD_WITH_ALTERED_SEARCH_PATH); - + wcscpy (dllpath, sysdir); wcscpy (dllpath + sysdir_len, dll); return LoadLibraryExW (dllpath, NULL, LOAD_WITH_ALTERED_SEARCH_PATH); -- cgit v1.2.3