aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEli Zaretskii <[email protected]>2008-05-09 19:09:33 +0000
committerEli Zaretskii <[email protected]>2008-05-09 19:09:33 +0000
commit2a85f0c2f09bdf356640820ed228897520d6204b (patch)
tree38e221d61f1fd7309935936f37027312a3697228
parent8aaaec6b622da9620c85862a7cb717d4aee2276f (diff)
(stat): Fix last change.
-rw-r--r--src/w32.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/w32.c b/src/w32.c
index 8dc61620c0..5667f99de4 100644
--- a/src/w32.c
+++ b/src/w32.c
@@ -2899,7 +2899,7 @@ stat (const char * path, struct stat * buf)
if (!(NILP (Vw32_get_true_file_attributes)
|| (EQ (Vw32_get_true_file_attributes, Qlocal) &&
- GetDriveType (name) != DRIVE_FIXED)))
+ GetDriveType (name) != DRIVE_FIXED))
/* No access rights required to get info. */
&& (fh = CreateFile (name, 0, 0, NULL, OPEN_EXISTING,
FILE_FLAG_BACKUP_SEMANTICS, NULL))