summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lib/Utils/DebugDump.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Utils/DebugDump.cpp b/lib/Utils/DebugDump.cpp
index 9d40e359..171d2709 100644
--- a/lib/Utils/DebugDump.cpp
+++ b/lib/Utils/DebugDump.cpp
@@ -504,7 +504,7 @@ bool CDebugDump::GetNextFile(std::string& pFileName, std::string& pContent, bool
if (m_pGetNextFileDir == NULL)
{
- false;
+ return false;
}
while ((dent = readdir(m_pGetNextFileDir)) != NULL)
{