FT8 support: fixed typo

This commit is contained in:
f4exb 2023-01-12 14:35:09 +01:00
parent 6838958c6b
commit e8be1f6744
1 changed files with 1 additions and 1 deletions

View File

@ -27,7 +27,7 @@
void MainBench::testFT8(const QString& wavFile, const QString& argsStr)
{
(void) wavFile;
(void) argStr;
(void) argsStr;
qWarning("MainBench::testFT8: this version has no FT8 support");
}
#else