mirror of
https://gitlab.com/pholy/OSCAR-code.git
synced 2025-04-05 10:40:42 +00:00
Fix clang compilation regression in 054b633e
.
This commit is contained in:
parent
be2e105a14
commit
3bae7f2102
@ -1374,7 +1374,7 @@ bool ResmedLoader::ProcessSTRfiles(Machine *mach, QMap<QDate, STRFile> & STRmap,
|
||||
} else if (mod >= 3) { // mod 3 == vpap s fixed pressure (EPAP, IPAP, No PS)
|
||||
// 4,5 are S/T types...
|
||||
mode = MODE_BILEVEL_FIXED;
|
||||
} else if ((mod == 2)) {
|
||||
} else if (mod == 2) {
|
||||
if ( AS_eleven )
|
||||
mode = MODE_APAP;
|
||||
else
|
||||
|
Loading…
Reference in New Issue
Block a user