From d223d4e350c61c28a882966b38e6cd07e34be422 Mon Sep 17 00:00:00 2001 From: Jean-Francois Dockes Date: Sat, 30 May 2020 15:56:40 +0200 Subject: [PATCH] tabs --- src/utils/pathut.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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