diff options
author | Xavier Roche <xroche@users.noreply.github.com> | 2013-05-14 20:05:53 +0000 |
---|---|---|
committer | Xavier Roche <xroche@users.noreply.github.com> | 2013-05-14 20:05:53 +0000 |
commit | 2bc35e7ee9c39c01cf39f78933a6e42114a3f50d (patch) | |
tree | 928e93295e850fd5d9d41cf9c1bcedf49da3c8e8 /src | |
parent | 5a933d3538f9094e13ea916079cb9d2abc80026e (diff) |
Fixed definition of hts_debug
Diffstat (limited to 'src')
-rw-r--r-- | src/htslib.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/htslib.c b/src/htslib.c index 3216b48..870badf 100644 --- a/src/htslib.c +++ b/src/htslib.c @@ -5079,7 +5079,6 @@ int ftp_available(void) { } #endif -static void hts_debug(int level); static void hts_debug_log_print(const char *format, ...); static int hts_dgb_init = 0; |