mirror of
https://github.com/reactos/reactos.git
synced 2024-12-26 00:54:40 +00:00
There was the wrong file handle in a call to FindClose().
svn path=/trunk/; revision=2178
This commit is contained in:
parent
3869ce90e5
commit
73cbc9cc37
1 changed files with 1 additions and 1 deletions
|
@ -102,7 +102,7 @@ INT cmd_type (LPTSTR cmd, LPTSTR param)
|
|||
}
|
||||
while(FindNextFile(hFind,&FindData));
|
||||
|
||||
FindClose(hFile);
|
||||
FindClose(hFind);
|
||||
}
|
||||
|
||||
/*
|
||||
|
|
Loading…
Reference in a new issue