diff --git a/HostFile.cpp b/HostFile.cpp index 846b743..f7824a1 100644 --- a/HostFile.cpp +++ b/HostFile.cpp @@ -41,7 +41,7 @@ m_locks() if (logging) wxLogMessage("Reading %s", fileName.c_str()); - while(!file.eof()) {// To get you all the lines. + while(!file.eof()) { std::string line; std::getline(file, line);