fix: add missing comma in ZIPROMReader definition

This was omitted in c365617ff737bdb3c06c307159078ca4e5f7e175; the other
ROMReader_structs it updated were correct.
This commit is contained in:
Adam Sampson 2017-04-26 22:44:08 +01:00
parent 669515bf6e
commit ebde061afe
1 changed files with 1 additions and 1 deletions

View File

@ -221,7 +221,7 @@ ROMReader_struct ZIPROMReader =
ZIPROMReaderDeInit,
ZIPROMReaderSize,
ZIPROMReaderSeek,
ZIPROMReaderRead
ZIPROMReaderRead,
ZIPROMReaderWrite
};