summaryrefslogtreecommitdiffstats
path: root/src/H5timer.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/H5timer.c')
-rw-r--r--src/H5timer.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/H5timer.c b/src/H5timer.c
index 09f085d..2c94aed 100644
--- a/src/H5timer.c
+++ b/src/H5timer.c
@@ -252,7 +252,7 @@ H5_now(void)
now = now_tv.tv_sec;
}
#else /* H5_HAVE_GETTIMEOFDAY */
- now = HDtime(NULL);
+ now = HDtime(NULL);
#endif /* H5_HAVE_GETTIMEOFDAY */
return (now);