diff options
-rw-r--r-- | src/H5detect.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/H5detect.c b/src/H5detect.c index 65118e3..78ac69c 100644 --- a/src/H5detect.c +++ b/src/H5detect.c @@ -1130,7 +1130,7 @@ main(void) #if H5_SIZEOF_LONG_LONG>0 DETECT_I(long_long, LLONG, d[nd]); - COMP_ALIGNMENT(long long, d[nd].comp_align); nd++; + COMP_ALIGNMENT(long_long, d[nd].comp_align); nd++; DETECT_I(unsigned long_long, ULLONG, d[nd]); nd++; #else |