[SHELL32]

- Fix build, borked by copypasta

svn path=/trunk/; revision=51198
This commit is contained in:
Olaf Siejka 2011-03-29 21:48:30 +00:00
parent a77d09adf9
commit 615f45bf9a

View file

@ -584,7 +584,7 @@ BOOL
QueueFile(
FILE_OPERATION_CONTEXT * Context)
{
FILE_ENTRY * from, *too = NULL;
FILE_ENTRY * from, *to = NULL;
BOOL bRet = FALSE;
if (Context->Index >= Context->from->dwNumFiles)