diff options
author | Hirokazu Yamamoto <ocean-city@m2.ccsnet.ne.jp> | 2010-12-05 02:48:08 (GMT) |
---|---|---|
committer | Hirokazu Yamamoto <ocean-city@m2.ccsnet.ne.jp> | 2010-12-05 02:48:08 (GMT) |
commit | 74673513e72be11bf3944b460cdc75a0cd7e27e3 (patch) | |
tree | 9ee0df11a81b1d050bdf4983c08a5d0f04689102 /Modules | |
parent | 8e9fe9f48941c2a0bcadae6c044b1cfc89229484 (diff) | |
download | cpython-74673513e72be11bf3944b460cdc75a0cd7e27e3.zip cpython-74673513e72be11bf3944b460cdc75a0cd7e27e3.tar.gz cpython-74673513e72be11bf3944b460cdc75a0cd7e27e3.tar.bz2 |
Sorry, I had introduced tab in source code.
Diffstat (limited to 'Modules')
-rw-r--r-- | Modules/posixmodule.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Modules/posixmodule.c b/Modules/posixmodule.c index c7d5c80..34190dd 100644 --- a/Modules/posixmodule.c +++ b/Modules/posixmodule.c @@ -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) { |