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