fix import of OVE file
This commit is contained in:
parent
9a4c9adc34
commit
83fbc60c05
1 changed files with 1 additions and 1 deletions
|
@ -2444,5 +2444,5 @@ Score::FileError importOve(Score* score, const QString& name) {
|
|||
}
|
||||
}
|
||||
|
||||
return result ? Score::FILE_ERROR : Score::FILE_NO_ERROR;
|
||||
return result ? Score::FILE_NO_ERROR : Score::FILE_ERROR;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue