mirror of
https://github.com/reactos/reactos.git
synced 2024-12-29 10:35:28 +00:00
[FASTFAT]
Fix a typo brought in r73819 svn path=/trunk/; revision=73820
This commit is contained in:
parent
92922765ac
commit
36bd380f3a
1 changed files with 1 additions and 1 deletions
|
@ -120,7 +120,7 @@ VfatCleanupFile(
|
|||
pFcb->PathNameU.Length - pFcb->LongNameU.Length,
|
||||
NULL,
|
||||
NULL,
|
||||
VfatIsDirectoryEmpty(pFcb) ?
|
||||
vfatFCBIsDirectory(pFcb) ?
|
||||
FILE_NOTIFY_CHANGE_DIR_NAME : FILE_NOTIFY_CHANGE_FILE_NAME,
|
||||
FILE_ACTION_REMOVED,
|
||||
NULL);
|
||||
|
|
Loading…
Reference in a new issue