From 6896bfd50b730d5f210bf6fb3bb4993e8e646d7b Mon Sep 17 00:00:00 2001 From: Phil Olynyk Date: Sun, 22 Sep 2019 17:49:00 -0400 Subject: [PATCH] Add missing brace to previous commit --- oscar/SleepLib/loader_plugins/resmed_loader.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/oscar/SleepLib/loader_plugins/resmed_loader.cpp b/oscar/SleepLib/loader_plugins/resmed_loader.cpp index 506efad4..f67fa479 100644 --- a/oscar/SleepLib/loader_plugins/resmed_loader.cpp +++ b/oscar/SleepLib/loader_plugins/resmed_loader.cpp @@ -1087,6 +1087,7 @@ int ResmedLoader::scanFiles(Machine * mach, const QString & datalog_path, QDate if (fi.size() == 0) { qWarning() << fi.fileName() << "is empty and has been ignored"; continue; + } filename = fi.fileName();