Code style fix
This commit is contained in:
parent
146e7baed4
commit
7458c7b912
1 changed files with 1 additions and 1 deletions
|
|
@ -505,7 +505,7 @@ void DivEngine::loadEIF(SafeReader& reader, std::vector<DivInstrument*>& ret, St
|
|||
ins->type=DIV_INS_FM;
|
||||
ins->name=stripPath;
|
||||
|
||||
for (int i=0; i < 29; i++) {
|
||||
for (int i=0; i<29; i++) {
|
||||
bytes[i] = reader.readC();
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue