mirror of https://github.com/bsnes-emu/bsnes.git
Whoops
This commit is contained in:
parent
8f69703726
commit
8625b23c0d
|
@ -67,7 +67,7 @@ int main()
|
|||
}
|
||||
}
|
||||
if (!found) {
|
||||
literals = realloc(literals, literals_size++);
|
||||
literals = realloc(literals, ++literals_size);
|
||||
literals[literals_size - 1] = byte;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue