Fix a warning, it builds warning free now.

svn path=/branches/shell32_new-bringup/; revision=51912
This commit is contained in:
Ged Murphy 2011-05-25 21:07:25 +00:00
parent 21ef201af1
commit 1ce880c731

View file

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