diff --git a/reactos/tools/rtouch.c b/reactos/tools/rtouch.c index 2adf53c149b..ce1773c4704 100755 --- a/reactos/tools/rtouch.c +++ b/reactos/tools/rtouch.c @@ -66,7 +66,7 @@ int main(int argc, char* argv[]) } } - close(file); + fclose(file); #ifdef WIN32 now = time();