mirror of
https://github.com/lifegpc/c-utils.git
synced 2026-07-08 01:30:39 +08:00
Fix typo
This commit is contained in:
@@ -540,6 +540,6 @@ int fileop::fcloseall() {
|
|||||||
#if _WIN32
|
#if _WIN32
|
||||||
return ::_fcloseall();
|
return ::_fcloseall();
|
||||||
#else
|
#else
|
||||||
return ::closeall();
|
return ::fcloseall();
|
||||||
#endif
|
#endif
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user