mirror of
https://gitlab.com/pholy/OSCAR-code.git
synced 2025-04-05 10:40:42 +00:00
Add missing brace to previous commit
This commit is contained in:
parent
3edff07151
commit
6896bfd50b
@ -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();
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user