Minor fix to c_impl

This commit is contained in:
stephenseo 2021-08-18 10:32:46 +00:00
parent 2e1c9414f6
commit 4abc0f2949

View file

@ -138,6 +138,7 @@ int main(int argc, char **argv) {
Sequence seq = initSequence();
while(seq.indices_end < count) {
if(nextSeqItem(&seq)) {
cleanupSequence(&seq);
return 1;
}
}