From b212589a37444ee566cfe89e756f0b58c52404fc Mon Sep 17 00:00:00 2001 From: Steve Gearhart Date: Fri, 13 Oct 2023 23:58:35 +0000 Subject: [PATCH] Update file edfparser.h --- oscar/SleepLib/loader_plugins/edfparser.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/oscar/SleepLib/loader_plugins/edfparser.h b/oscar/SleepLib/loader_plugins/edfparser.h index 9cb8b645..6c515ef4 100644 --- a/oscar/SleepLib/loader_plugins/edfparser.h +++ b/oscar/SleepLib/loader_plugins/edfparser.h @@ -27,7 +27,7 @@ const char AnnoDurMark = 21; const char AnnoEnd = 0; // EDFType is used by all the edf loaders - resmed and sleepstyle, so far -enum EDFType { EDF_UNKNOWN, EDF_BRP, EDF_PLD, EDF_SAD, EFF_SA2, EDF_EVE, EDF_CSL, EDF_AEV, EDF_RT }; +enum EDFType { EDF_UNKNOWN, EDF_BRP, EDF_PLD, EDF_SAD, EDF_SA2, EDF_EVE, EDF_CSL, EDF_AEV, EDF_RT }; /*! \struct EDFHeader \brief Represents the EDF+ header structure, used as a place holder while processing the text data.