Skip to content

Commit

Permalink
fix typo in previous commit
Browse files Browse the repository at this point in the history
  • Loading branch information
erwincoumans committed Oct 17, 2018
1 parent 8825b39 commit 399ff55
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -64,7 +64,7 @@ struct InMemoryFileIO : public CommonFileIOInterface
clearCache();
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()
Expand Down

0 comments on commit 399ff55

Please sign in to comment.