mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-27 15:52:00 -08:00
(Ffile_attributes) [WINDOWSNT]: Removed syntax errors.
This commit is contained in:
parent
ff27bfbe5c
commit
ec2cfa3449
1 changed files with 2 additions and 2 deletions
|
|
@ -668,8 +668,8 @@ If file does not exist, returns nil.")
|
|||
#undef BSD4_2 /* ok, you can look again without throwing up */
|
||||
#endif
|
||||
#ifdef WINDOWSNT
|
||||
/* NT inodes are 64 bits, so we need to dance a little... */
|
||||
if (!get_inode_and_device_vals (filename, &values[10], &values[11])) { ????
|
||||
/* Fill in the inode and device values specially...see nt.c. */
|
||||
if (!get_inode_and_device_vals (filename, &values[10], &values[11])) {
|
||||
return Qnil;
|
||||
}
|
||||
#else /* not WINDOWSNT */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue