diff options
| author | Karl Heuer | 1995-04-12 02:00:23 +0000 |
|---|---|---|
| committer | Karl Heuer | 1995-04-12 02:00:23 +0000 |
| commit | ec2cfa3449c587fcb9a4f7a694d1763dde52eade (patch) | |
| tree | ba4aca5756600545e41d0b69a2d21de2490bc8f0 /src | |
| parent | ff27bfbe5cf7f9cb9b5e2a9a5976c5e1cb9dc963 (diff) | |
| download | emacs-ec2cfa3449c587fcb9a4f7a694d1763dde52eade.tar.gz emacs-ec2cfa3449c587fcb9a4f7a694d1763dde52eade.zip | |
(Ffile_attributes) [WINDOWSNT]: Removed syntax errors.
Diffstat (limited to 'src')
| -rw-r--r-- | src/dired.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/dired.c b/src/dired.c index 39c64d28393..376e3cac777 100644 --- a/src/dired.c +++ b/src/dired.c | |||
| @@ -668,8 +668,8 @@ If file does not exist, returns nil.") | |||
| 668 | #undef BSD4_2 /* ok, you can look again without throwing up */ | 668 | #undef BSD4_2 /* ok, you can look again without throwing up */ |
| 669 | #endif | 669 | #endif |
| 670 | #ifdef WINDOWSNT | 670 | #ifdef WINDOWSNT |
| 671 | /* NT inodes are 64 bits, so we need to dance a little... */ | 671 | /* Fill in the inode and device values specially...see nt.c. */ |
| 672 | if (!get_inode_and_device_vals (filename, &values[10], &values[11])) { ???? | 672 | if (!get_inode_and_device_vals (filename, &values[10], &values[11])) { |
| 673 | return Qnil; | 673 | return Qnil; |
| 674 | } | 674 | } |
| 675 | #else /* not WINDOWSNT */ | 675 | #else /* not WINDOWSNT */ |