mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-02 19:26:32 +00:00
Use fclose() on FILE* object
svn path=/trunk/; revision=4049
This commit is contained in:
@@ -66,7 +66,7 @@ int main(int argc, char* argv[])
|
||||
}
|
||||
}
|
||||
|
||||
close(file);
|
||||
fclose(file);
|
||||
|
||||
#ifdef WIN32
|
||||
now = time();
|
||||
|
||||
Reference in New Issue
Block a user