fix typo in previous commit

This commit is contained in:
erwincoumans
2018-10-16 19:02:12 -07:00
parent 8825b39f6c
commit 399ff55153

View File

@@ -64,7 +64,7 @@ struct InMemoryFileIO : public CommonFileIOInterface
clearCache(); clearCache();
if (m_numAllocs != m_numFrees) if (m_numAllocs != m_numFrees)
{ {
printf("ErrorInMemoryFile (numAllocs %d !\ numFrees %d\n", m_numAllocs, m_numFrees); printf("Error: InMemoryFile::~InMemoryFileIO (numAllocs %d numFrees %d\n", m_numAllocs, m_numFrees);
} }
} }
void clearCache() void clearCache()