summaryrefslogtreecommitdiffstats
path: root/test/use.h
diff options
context:
space:
mode:
Diffstat (limited to 'test/use.h')
-rw-r--r--test/use.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/use.h b/test/use.h
index e5eced2..52537d6 100644
--- a/test/use.h
+++ b/test/use.h
@@ -47,7 +47,7 @@ typedef struct options_t {
hbool_t use_swmr; /* use swmr open (1) or not */
int iterations; /* iterations, default 1 */
hid_t fapl_id; /* instance-specific FAPL ID */
- char *progname; /* Program name (used in usage and dset name) */
+ const char *progname; /* Program name (used in usage and dset name) */
} options_t;
/* prototype declarations */