fix typo in ResMed Loader

changed test to text
This commit is contained in:
Jeff Norman 2023-10-13 22:53:39 -04:00
parent b212589a37
commit 538bea8072

View File

@ -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;