summaryrefslogtreecommitdiffstats
path: root/lib/Utils/DebugDump.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'lib/Utils/DebugDump.cpp')
-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 9d40e35..171d270 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)
{