Use fclose() on FILE* object
authorGé van Geldorp <ge@gse.nl>
Tue, 21 Jan 2003 17:56:10 +0000 (17:56 +0000)
committerGé van Geldorp <ge@gse.nl>
Tue, 21 Jan 2003 17:56:10 +0000 (17:56 +0000)
svn path=/trunk/; revision=4049

reactos/tools/rtouch.c

index 2adf53c..ce1773c 100755 (executable)
@@ -66,7 +66,7 @@ int main(int argc, char* argv[])
         }
     }
 
-  close(file);
+  fclose(file);
 
 #ifdef WIN32
   now = time();