mirror of
https://gitlab.com/pholy/OSCAR-code.git
synced 2025-04-04 18:20:42 +00:00
fix typo in ResMed Loader
changed test to text
This commit is contained in:
parent
b212589a37
commit
538bea8072
@ -2182,7 +2182,7 @@ EDFType lookupEDFType(const QString & filename)
|
||||
return EDF_BRP;
|
||||
} else if (text == "PLD") {
|
||||
return EDF_PLD;
|
||||
} else if ((text == "SAD") || (test == "SA2")){
|
||||
} else if ((text == "SAD") || (text == "SA2")){
|
||||
return EDF_SAD;
|
||||
} else if (text == "CSL") {
|
||||
return EDF_CSL;
|
||||
|
Loading…
Reference in New Issue
Block a user