mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-08-27 11:53:32 +00:00
There was the wrong file handle in a call to FindClose().
svn path=/trunk/; revision=2178
This commit is contained in:
+1
-1
@@ -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