diff options
Diffstat (limited to 'src/H5detect.c')
-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 57aa066..bf97452 100644 --- a/src/H5detect.c +++ b/src/H5detect.c @@ -934,7 +934,7 @@ main(void) print_header(); - DETECT_I(signed char, CHAR, d[nd]); nd++; + DETECT_I(signed char, SCHAR, d[nd]); nd++; DETECT_I(unsigned char, UCHAR, d[nd]); nd++; DETECT_I(short, SHORT, d[nd]); nd++; DETECT_I(unsigned short, USHORT, d[nd]); nd++; |