aboutsummaryrefslogtreecommitdiff
path: root/src/hdf5-file.c
diff options
context:
space:
mode:
authorThomas White <taw@physics.org>2010-09-07 18:33:15 +0200
committerThomas White <taw@physics.org>2012-02-22 15:26:57 +0100
commit75ce3027377936edc40fe1a62e94903796a3ac99 (patch)
tree3fd2851839c72e966e58aed5c4ed80b7da415b23 /src/hdf5-file.c
parent3524e12ae1424adbbf8eaee39b2de8fc0bb9b502 (diff)
Fussiness
Diffstat (limited to 'src/hdf5-file.c')
-rw-r--r--src/hdf5-file.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/hdf5-file.c b/src/hdf5-file.c
index cbd9bfa2..6037baf9 100644
--- a/src/hdf5-file.c
+++ b/src/hdf5-file.c
@@ -202,7 +202,7 @@ static double get_wavelength(struct hdfile *f)
if ( dh < 0 ) return -1.0;
r = H5Dread(dh, H5T_NATIVE_DOUBLE, H5S_ALL, H5S_ALL,
- H5P_DEFAULT, &lambda);
+ H5P_DEFAULT, &lambda);
H5Dclose(dh);
if ( r < 0 ) return -1.0;