summaryrefslogtreecommitdiffstats
path: root/src/H5Clog_json.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/H5Clog_json.c')
-rw-r--r--src/H5Clog_json.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/H5Clog_json.c b/src/H5Clog_json.c
index 18323ca..674b7f2 100644
--- a/src/H5Clog_json.c
+++ b/src/H5Clog_json.c
@@ -209,7 +209,7 @@ herr_t
H5C_log_json_set_up(H5C_log_info_t *log_info, const char log_location[], int mpi_rank)
{
H5C_log_json_udata_t *json_udata = NULL;
- char * file_name = NULL;
+ char *file_name = NULL;
size_t n_chars;
herr_t ret_value = SUCCEED; /* Return value */