summaryrefslogtreecommitdiffstats
path: root/src/H5private.h
diff options
context:
space:
mode:
authorAlbert Cheng <acheng@hdfgroup.org>1999-02-17 18:55:15 (GMT)
committerAlbert Cheng <acheng@hdfgroup.org>1999-02-17 18:55:15 (GMT)
commit9db8b51bda8ef7bf669954264485dc52e0578967 (patch)
tree0d66211fbb51590eaa152b8256749b01bb0fb79c /src/H5private.h
parent04fd81482dc32fe7578b0d78808800707042f2d2 (diff)
downloadhdf5-9db8b51bda8ef7bf669954264485dc52e0578967.zip
hdf5-9db8b51bda8ef7bf669954264485dc52e0578967.tar.gz
hdf5-9db8b51bda8ef7bf669954264485dc52e0578967.tar.bz2
[svn-r1075] Fixed a typo of a missing ;
Diffstat (limited to 'src/H5private.h')
-rw-r--r--src/H5private.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/H5private.h b/src/H5private.h
index ceb47f0..0088432 100644
--- a/src/H5private.h
+++ b/src/H5private.h
@@ -270,7 +270,7 @@
#if SIZEOF_INT32_T>=4
#elif SIZEOF_SHORT>=4
- typedef short int32_t
+ typedef short int32_t;
# undef SIZEOF_INT32_T
# define SIZEOF_INT32_T SIZEOF_SHORT
#elif SIZEOF_INT>=4