]> git.donarmstrong.com Git - samtools.git/blobdiff - sam.h
* samtools-0.1.5-10 (r407)
[samtools.git] / sam.h
diff --git a/sam.h b/sam.h
index 970cf2daee7ca49a95280bcf1431ae35ba8f223f..86b757616e44b1e4de8ddd2da383534a805fe246 100644 (file)
--- a/sam.h
+++ b/sam.h
@@ -48,7 +48,7 @@ extern "C" {
          "wbu" exclusively.
 
          @param aux auxiliary data; if mode[0]=='w', aux points to
-         bam_header_t; if strcmp(mode, "rb")==0 and @SQ header lines in SAM
+         bam_header_t; if strcmp(mode, "rb")!=0 and @SQ header lines in SAM
          are absent, aux points the file name of the list of the reference;
          aux is not used otherwise.