diff --git a/src/util/createdb.cpp b/src/util/createdb.cpp index cc7082a5a..18d2fc7d0 100644 --- a/src/util/createdb.cpp +++ b/src/util/createdb.cpp @@ -75,7 +75,7 @@ int createdb(int argc, const char **argv, const Command& command) { const size_t testForNucSequence = 100; size_t isNuclCnt = 0; Debug::Progress progress; - std::vector* sourceLookup = new std::vector[shuffleSplits](); + std::vector* sourceLookup = new std::vector[shuffleSplits](); for (size_t i = 0; i < shuffleSplits; ++i) { sourceLookup[i].reserve(16384); }