summaryrefslogtreecommitdiffstats
path: root/src/H5AC.c
diff options
context:
space:
mode:
authorQuincey Koziol <koziol@hdfgroup.org>2009-07-30 17:53:42 (GMT)
committerQuincey Koziol <koziol@hdfgroup.org>2009-07-30 17:53:42 (GMT)
commit361586a90e00fb4f13fcb85dff669f13ff872b94 (patch)
treed276183d04e201c82e7f38a2b22007739974a2cb /src/H5AC.c
parente1ceea54ff06ffef0029b20007cd7685e000fdec (diff)
downloadhdf5-361586a90e00fb4f13fcb85dff669f13ff872b94.zip
hdf5-361586a90e00fb4f13fcb85dff669f13ff872b94.tar.gz
hdf5-361586a90e00fb4f13fcb85dff669f13ff872b94.tar.bz2
[svn-r17276] Description:
Clean up compiler warnings Tested on: Mac OS X/32 10.5.7 (amazon) Too minor to require h5committest
Diffstat (limited to 'src/H5AC.c')
-rw-r--r--src/H5AC.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/H5AC.c b/src/H5AC.c
index a01543c..d613991 100644
--- a/src/H5AC.c
+++ b/src/H5AC.c
@@ -3264,7 +3264,7 @@ H5AC_validate_config(H5AC_cache_config_t * config_ptr)
if ( ( config_ptr->evictions_enabled == FALSE ) &&
( ( config_ptr->incr_mode != H5C_incr__off ) ||
( config_ptr->flash_incr_mode != H5C_flash_incr__off ) ||
- ( config_ptr->incr_mode != H5C_decr__off ) ) ) {
+ ( config_ptr->decr_mode != H5C_decr__off ) ) ) {
HGOTO_ERROR(H5E_ARGS, H5E_BADVALUE, FAIL, \
"Can't disable evictions while auto-resize is enabled.")