diff --git a/src/utils/Fasta/Fasta.cpp b/src/utils/Fasta/Fasta.cpp index 58a88198808fdae60ba28b2962909adbc16c8a24..bd0c70096805641dbc293af528891377e47c6f85 100644 --- a/src/utils/Fasta/Fasta.cpp +++ b/src/utils/Fasta/Fasta.cpp @@ -29,7 +29,7 @@ void FastaIndexEntry::clear(void) offset = -1; // no real offset will ever be below 0, so this allows us to // check if we have already recorded a real offset line_blen = NULL; - line_len = NULL; + line_len = NULL; } ostream& operator<<(ostream& output, const FastaIndexEntry& e) {