mirror of
https://github.com/reactos/reactos.git
synced 2026-05-30 23:33:24 +08:00
There was the wrong file handle in a call to FindClose().
svn path=/trunk/; revision=2178
This commit is contained in:
@@ -102,7 +102,7 @@ INT cmd_type (LPTSTR cmd, LPTSTR param)
|
||||
}
|
||||
while(FindNextFile(hFind,&FindData));
|
||||
|
||||
FindClose(hFile);
|
||||
FindClose(hFind);
|
||||
}
|
||||
|
||||
/*
|
||||
|
||||
Reference in New Issue
Block a user