diff options
author | Quincey Koziol <koziol@hdfgroup.org> | 2015-04-19 02:48:06 (GMT) |
---|---|---|
committer | Quincey Koziol <koziol@hdfgroup.org> | 2015-04-19 02:48:06 (GMT) |
commit | 371a27f01eecd3bdd456d24ee630f5f281fbfb93 (patch) | |
tree | ad36698ed88a10946f6160a792e0bf5f2d30c161 /src/H5Dpkg.h | |
parent | 1eaaae98214d9042e979209e93e31c490efa4d79 (diff) | |
download | hdf5-371a27f01eecd3bdd456d24ee630f5f281fbfb93.zip hdf5-371a27f01eecd3bdd456d24ee630f5f281fbfb93.tar.gz hdf5-371a27f01eecd3bdd456d24ee630f5f281fbfb93.tar.bz2 |
[svn-r26843] Description:
Minor code & warning cleanups.
Tested on:
MacOSX/64 10.10.2 (amazon) w/serial & parallel
Linux/32 2.6.18 (jam) w/serial & parallel
Diffstat (limited to 'src/H5Dpkg.h')
-rw-r--r-- | src/H5Dpkg.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/H5Dpkg.h b/src/H5Dpkg.h index fa59412..769fec1 100644 --- a/src/H5Dpkg.h +++ b/src/H5Dpkg.h @@ -83,7 +83,7 @@ typedef struct H5D_type_info_t { /* Computed/derived values */ size_t src_type_size; /* Size of source type */ - size_t dst_type_size; /* Size of destination type*/ + size_t dst_type_size; /* Size of destination type */ size_t max_type_size; /* Size of largest source/destination type */ hbool_t is_conv_noop; /* Whether the type conversion is a NOOP */ hbool_t is_xform_noop; /* Whether the data transform is a NOOP */ |