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); } /*