diff --git a/fileop.cpp b/fileop.cpp index 6e228d7..69ca246 100644 --- a/fileop.cpp +++ b/fileop.cpp @@ -540,6 +540,6 @@ int fileop::fcloseall() { #if _WIN32 return ::_fcloseall(); #else - return ::closeall(); + return ::fcloseall(); #endif }