summaryrefslogtreecommitdiff
path: root/src/htscoremain.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/htscoremain.c')
-rw-r--r--src/htscoremain.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/htscoremain.c b/src/htscoremain.c
index 1048eb6..7ef734b 100644
--- a/src/htscoremain.c
+++ b/src/htscoremain.c
@@ -2425,7 +2425,7 @@ HTSEXT_API int hts_main2(int argc, char **argv, httrackp * opt) {
/* produce key #i */
#define FMT() \
char buffer[256]; \
- char *name; \
+ const char *name; \
const long expected = (long) i * 1664525 + 1013904223; \
do { \
if (strings == NULL) { \