summaryrefslogtreecommitdiffstats
path: root/test/mtime.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/mtime.c')
-rw-r--r--test/mtime.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/mtime.c b/test/mtime.c
index fd5fc42..255ab5d 100644
--- a/test/mtime.c
+++ b/test/mtime.c
@@ -55,7 +55,7 @@ main(void)
hid_t fapl, file, space, dset;
hsize_t size[1] = {2};
time_t now;
- struct tm * tm;
+ struct tm *tm;
H5O_info_t oi1, oi2;
signed char buf1[32], buf2[32];
char filename[1024];