]> git.donarmstrong.com Git - samtools.git/blobdiff - bam.h
* BUGGY VERSION
[samtools.git] / bam.h
diff --git a/bam.h b/bam.h
index 4d30dcc2e494a3bf1477751b1176afc682e47282..291b30314f75d3d882b1d5dc9960e7b709a50c02 100644 (file)
--- a/bam.h
+++ b/bam.h
@@ -438,7 +438,7 @@ extern "C" {
 
        char *bam_format1_core(const bam_header_t *header, const bam1_t *b, int of);
 
-       const char *bam_get_library(const bam_header_t *header, const bam1_t *b);
+       const char *bam_get_library(bam_header_t *header, const bam1_t *b);
 
        /*! @typedef
          @abstract Structure for one alignment covering the pileup position.