From fb0629ebff8f7082aef65e912886a0aaad682a2e Mon Sep 17 00:00:00 2001 From: jules Date: Fri, 3 Oct 2008 14:51:23 +0000 Subject: [PATCH] --- src/juce_core/misc/juce_ZipFile.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/juce_core/misc/juce_ZipFile.cpp b/src/juce_core/misc/juce_ZipFile.cpp index 3fd2059121..41f88884b8 100644 --- a/src/juce_core/misc/juce_ZipFile.cpp +++ b/src/juce_core/misc/juce_ZipFile.cpp @@ -93,7 +93,7 @@ public: ~ZipInputStream() throw() { -#ifdef JUCE_DEBUG +#ifdef JUCE_DEBUG if (inputStream != 0 && inputStream == file.inputStream) file.numOpenStreams--; #endif