mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-12-08 20:55:17 -05:00
Fix a typo.
Change-Id: I32a0d202385f025e0f450f7ba2fba5b6334d8f39
This commit is contained in:
parent
b18bbabc91
commit
61047e1561
1 changed files with 1 additions and 1 deletions
|
|
@ -234,7 +234,7 @@ TTSStatus TTSSapi::voice(QString text,QString wavfile, QString *errStr)
|
||||||
QCoreApplication::processEvents();
|
QCoreApplication::processEvents();
|
||||||
|
|
||||||
if(!QFileInfo(wavfile).isFile()) {
|
if(!QFileInfo(wavfile).isFile()) {
|
||||||
qDebug() << "[TTSExes] output file does not exist:" << wavfile;
|
qDebug() << "[TTSSapi] output file does not exist:" << wavfile;
|
||||||
return FatalError;
|
return FatalError;
|
||||||
}
|
}
|
||||||
return NoError;
|
return NoError;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue