diff options
Diffstat (limited to 'src/htsalias.h')
-rw-r--r-- | src/htsalias.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/htsalias.h b/src/htsalias.h index b77885d..b09d18f 100644 --- a/src/htsalias.h +++ b/src/htsalias.h @@ -48,7 +48,7 @@ const char *optreal_value(int p); const char *optalias_value(int p); const char *opttype_value(int p); const char *opthelp_value(int p); -char *hts_gethome(void); +const char *hts_gethome(void); void expand_home(String * str); #endif |