mirror of
https://github.com/reactos/reactos.git
synced 2024-12-28 18:15:11 +00:00
Use fclose() on FILE* object
svn path=/trunk/; revision=4049
This commit is contained in:
parent
e1cf009871
commit
382a976b49
1 changed files with 1 additions and 1 deletions
|
@ -66,7 +66,7 @@ int main(int argc, char* argv[])
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
close(file);
|
fclose(file);
|
||||||
|
|
||||||
#ifdef WIN32
|
#ifdef WIN32
|
||||||
now = time();
|
now = time();
|
||||||
|
|
Loading…
Reference in a new issue