typo in style fix

This commit is contained in:
Adam Lederer 2024-08-04 22:23:21 -07:00 committed by tildearrow
parent 55af1648e7
commit 91d36d0a62

View file

@ -428,7 +428,7 @@ bool DivInstrumentUndoStep::makeUndoPatch(size_t processTime_, const DivInstrume
// create the patch that will make post into pre // create the patch that will make post into pre
podPatch.calcDiff((const DivInstrumentPOD*)post, (const DivInstrumentPOD*)pre, sizeof(DivInstrumentPOD)); podPatch.calcDiff((const DivInstrumentPOD*)post, (const DivInstrumentPOD*)pre, sizeof(DivInstrumentPOD));
if (pre->name!=post->name != 0) { if (pre->name!=post->name) {
nameValid=true; nameValid=true;
name=pre->name; name=pre->name;
} }