diff --git a/src/utils/pathut.cpp b/src/utils/pathut.cpp index 7f298bf6..bd3672d1 100644 --- a/src/utils/pathut.cpp +++ b/src/utils/pathut.cpp @@ -869,7 +869,7 @@ bool path_open(const std::string& path, int mode, std::fstream& outstream) outstream.open(wpath, std::ios_base::openmode(mode)); if (!outstream.is_open()) { LOGERR("path_open("<< path << ", "<< mode <<") errno " << errno <<"\n"); - return false; + return false; } return true; #else