Skip to content
Snippets Groups Projects
Commit 7d809104 authored by Heng Li's avatar Heng Li
Browse files

r86: fixed a inline-no-static warning (#72)

parent e5c4fd91
Branches
Tags
No related merge requests found
......@@ -200,7 +200,7 @@ static inline void stk_printseq_renamed(const kseq_t *s, int line_len, const cha
}
}
inline void stk_printseq(const kseq_t *s, int line_len)
static inline void stk_printseq(const kseq_t *s, int line_len)
{
stk_printseq_renamed(s, line_len, 0, -1);
}
......@@ -1555,7 +1555,7 @@ static int usage()
{
fprintf(stderr, "\n");
fprintf(stderr, "Usage: seqtk <command> <arguments>\n");
fprintf(stderr, "Version: 1.0-r85-dirty\n\n");
fprintf(stderr, "Version: 1.0-r86-dirty\n\n");
fprintf(stderr, "Command: seq common transformation of FASTA/Q\n");
fprintf(stderr, " comp get the nucleotide composition of FASTA/Q\n");
fprintf(stderr, " sample subsample sequences\n");
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment