From 9db8b51bda8ef7bf669954264485dc52e0578967 Mon Sep 17 00:00:00 2001 From: Albert Cheng Date: Wed, 17 Feb 1999 13:55:15 -0500 Subject: [svn-r1075] Fixed a typo of a missing ; --- src/H5private.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v0.12