1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-01-15 00:24:19 +00:00
This commit is contained in:
jules 2008-10-03 14:51:23 +00:00
parent f9ff36944f
commit fb0629ebff

View file

@ -93,7 +93,7 @@ public:
~ZipInputStream() throw()
{
#ifdef JUCE_DEBUG
#ifdef JUCE_DEBUG
if (inputStream != 0 && inputStream == file.inputStream)
file.numOpenStreams--;
#endif