diff options
Diffstat (limited to 'Source/cmCacheManager.cxx')
-rw-r--r-- | Source/cmCacheManager.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/cmCacheManager.cxx b/Source/cmCacheManager.cxx index a1692af..887b0f4 100644 --- a/Source/cmCacheManager.cxx +++ b/Source/cmCacheManager.cxx @@ -39,7 +39,7 @@ const char* cmCacheManagerTypes[] = const char* cmCacheManager::TypeToString(cmCacheManager::CacheEntryType type) { - if ( type > 6 || type < 0 ) + if ( type > 6 ) { return cmCacheManagerTypes[6]; } |