diff --git a/src/engine/fileOpsIns.cpp b/src/engine/fileOpsIns.cpp index d60366286..f636dc380 100644 --- a/src/engine/fileOpsIns.cpp +++ b/src/engine/fileOpsIns.cpp @@ -505,7 +505,7 @@ void DivEngine::loadEIF(SafeReader& reader, std::vector& 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(); }