Sorry, I had introduced tab in source code.

This commit is contained in:
Hirokazu Yamamoto 2010-12-05 02:48:08 +00:00
parent 8e9fe9f489
commit 74673513e7
1 changed files with 1 additions and 1 deletions

View File

@ -1108,7 +1108,7 @@ win32_xstat_impl(const char *path, struct win32_stat *result, BOOL traverse, int
HANDLE hFile;
BY_HANDLE_FILE_INFORMATION info;
ULONG reparse_tag = 0;
wchar_t *target_path;
wchar_t *target_path;
const char *dot;
if (depth > SYMLOOP_MAX) {