summaryrefslogtreecommitdiffstats
path: root/test/testframe.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/testframe.c')
-rw-r--r--test/testframe.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/testframe.c b/test/testframe.c
index e7499ed..d7e3651 100644
--- a/test/testframe.c
+++ b/test/testframe.c
@@ -642,7 +642,7 @@ void
TestAlarmOn(void)
{
#ifdef H5_HAVE_ALARM
- char * env_val = HDgetenv("HDF5_ALARM_SECONDS"); /* Alarm environment */
+ char *env_val = HDgetenv("HDF5_ALARM_SECONDS"); /* Alarm environment */
unsigned long alarm_sec = H5_ALARM_SEC; /* Number of seconds before alarm goes off */
/* Get the alarm value from the environment variable, if set */