Fixed typo.

svn path=/trunk/; revision=676
This commit is contained in:
Eric Kohl 1999-09-29 23:19:32 +00:00
parent d63c23131c
commit 3174c5069a

View file

@ -15,7 +15,7 @@
#include <ctype.h>
#include <string.h>
//#define NDEBUG
#define NDEBUG
#include <kernel32/kernel32.h>
/* GLOBALS *******************************************************************/
@ -146,9 +146,6 @@ WINBOOL STDCALL SetCurrentDirectoryW(LPCWSTR lpPathName)
return FALSE;
}
/* Drive letter MUST be capitalized */
PathName[0] = towupper (PathName[0]);
DPRINT("PathName %w\n",PathName);
hDir = CreateFileW(PathName,