From 73cbc9cc3753eaeb8fc42928edbaf745a68f42cc Mon Sep 17 00:00:00 2001 From: Hartmut Birr Date: Thu, 16 Aug 2001 10:07:42 +0000 Subject: [PATCH] There was the wrong file handle in a call to FindClose(). svn path=/trunk/; revision=2178 --- rosapps/cmd/type.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rosapps/cmd/type.c b/rosapps/cmd/type.c index c1f18b40041..2424bf12c9d 100644 --- a/rosapps/cmd/type.c +++ b/rosapps/cmd/type.c @@ -102,7 +102,7 @@ INT cmd_type (LPTSTR cmd, LPTSTR param) } while(FindNextFile(hFind,&FindData)); - FindClose(hFile); + FindClose(hFind); } /*