From b13a36efd7cce0feb24a2384a3cda18e886746a2 Mon Sep 17 00:00:00 2001 From: Paul Harten Date: Sat, 21 Nov 1998 14:51:49 -0500 Subject: [svn-r938] Purpose: Bug fix Problem: semicolon missing Solution: added semicolon to end of statement Platform tested: Digital Unix --- src/H5private.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/H5private.h b/src/H5private.h index 1e55eb3..abd104a 100644 --- a/src/H5private.h +++ b/src/H5private.h @@ -243,11 +243,11 @@ #if SIZEOF_INT16_T>=2 #elif SIZEOF_SHORT==2 - typedef short int16_t + typedef short int16_t; # undef SIZEOF_INT16_T # define SIZEOF_INT16_T SIZEOF_SHORT #elif SIZEOF_INT>=2 - typedef int int16_t + typedef int int16_t; # undef SIZEOF_INT16_T # define SIZEOF_INT16_T SIZEOF_INT #else -- cgit v0.12