This commit is contained in:
Lior Halphon 2020-05-07 01:32:03 +03:00
parent 8f69703726
commit 8625b23c0d
1 changed files with 1 additions and 1 deletions

View File

@ -67,7 +67,7 @@ int main()
}
}
if (!found) {
literals = realloc(literals, literals_size++);
literals = realloc(literals, ++literals_size);
literals[literals_size - 1] = byte;
}
}