Fix #endif typo in DV6 loader

This commit is contained in:
Guy Scharf 2021-11-29 08:15:16 -07:00 committed by Guy Scharf
parent 3a0fce1411
commit 8a1a36fa67

View File

@ -2496,8 +2496,8 @@ bool load6EventData () {
RE->AddEvent(ti, duration);
#ifdef DEBUGDV6
qDebug() << "E.BIN - RERA" << QDateTime::fromSecsSinceEpoch(rec_ts1).toString("MM/dd/yyyy hh:mm:ss") << "ti" << QDateTime::fromSecsSinceEpoch(ti/1000).toString("hh:mm:ss") << "duration" << duration << "r" << rf.recnum();
break;
#endif
break;
case 8: // snore
SN->AddEvent(ti, duration);
#ifdef DEBUGDV6