Add missing brace to previous commit

This commit is contained in:
Phil Olynyk 2019-09-22 17:49:00 -04:00
parent 3edff07151
commit 6896bfd50b

View File

@ -1087,6 +1087,7 @@ int ResmedLoader::scanFiles(Machine * mach, const QString & datalog_path, QDate
if (fi.size() == 0) { if (fi.size() == 0) {
qWarning() << fi.fileName() << "is empty and has been ignored"; qWarning() << fi.fileName() << "is empty and has been ignored";
continue; continue;
}
filename = fi.fileName(); filename = fi.fileName();