diff options
author | Xavier Roche <xroche@users.noreply.github.com> | 2013-07-20 07:53:05 +0000 |
---|---|---|
committer | Xavier Roche <xroche@users.noreply.github.com> | 2013-07-20 07:53:05 +0000 |
commit | 5237bd6f1327527b4df4a4b45558965453efa18e (patch) | |
tree | 6a513299e3e3f51978f0d15e1a6fa4d264746a27 /src/htscoremain.c | |
parent | 8eaf0a1e180e96fc09d88fe90864dfdec53d7360 (diff) |
Fixed warnings
Diffstat (limited to 'src/htscoremain.c')
-rw-r--r-- | src/htscoremain.c | 2 |
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) { \ |