diff options
author | Allen Byrne <50328838+byrnHDF@users.noreply.github.com> | 2021-10-25 14:27:04 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-10-25 14:27:04 (GMT) |
commit | c8b702c6307337b736238f193d8ea1f1e038b742 (patch) | |
tree | 48caeb284c5fe30e15665bac550b43942cb7d8ec /hl | |
parent | cd371aaf609753d162afd8c6b0dd9b8128088a0e (diff) | |
download | hdf5-c8b702c6307337b736238f193d8ea1f1e038b742.zip hdf5-c8b702c6307337b736238f193d8ea1f1e038b742.tar.gz hdf5-c8b702c6307337b736238f193d8ea1f1e038b742.tar.bz2 |
Merge Remove clang warnings from develop (#1098)
Diffstat (limited to 'hl')
-rw-r--r-- | hl/test/test_packet.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hl/test/test_packet.c b/hl/test/test_packet.c index 88f227b..e8b90f7 100644 --- a/hl/test/test_packet.c +++ b/hl/test/test_packet.c @@ -47,7 +47,7 @@ typedef struct particle_t { */ static particle_t testPart[NRECORDS] = {{"zero", 0, 0, 0.0F, 0.0}, {"one", 10, 10, 1.0F, 10.0}, {"two", 20, 20, 2.0F, 20.0}, {"three", 30, 30, 3.0F, 30.0}, - {"four", 40, 40, 4.0F, 40.0}, {"Five", 50, 50, 5.0F, 50.0}, + {"four", 40, 40, 4.0F, 40.0}, {"five", 50, 50, 5.0F, 50.0}, {"six", 60, 60, 6.0F, 60.0}, {"seven", 70, 70, 7.0F, 70.0}}; /*------------------------------------------------------------------------- |