diff options
Diffstat (limited to 'nxcomp/src')
-rw-r--r-- | nxcomp/src/BlockCacheSet.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/nxcomp/src/BlockCacheSet.cpp b/nxcomp/src/BlockCacheSet.cpp index 1f79b2dd0..98546b773 100644 --- a/nxcomp/src/BlockCacheSet.cpp +++ b/nxcomp/src/BlockCacheSet.cpp @@ -57,7 +57,7 @@ BlockCacheSet::~BlockCacheSet() delete caches_[i]; delete[]caches_; - #endif /* if defined(__CYGWIN__) || defined(__CYGWIN32__) */ + #endif /* if !(defined(__CYGWIN__) || defined(__CYGWIN32__)) */ } |