From e8be1f6744a387d571f2db146471468396ff8b0e Mon Sep 17 00:00:00 2001 From: f4exb Date: Thu, 12 Jan 2023 14:35:09 +0100 Subject: [PATCH] FT8 support: fixed typo --- sdrbench/test_ft8.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sdrbench/test_ft8.cpp b/sdrbench/test_ft8.cpp index 58128023e..321c7d58c 100644 --- a/sdrbench/test_ft8.cpp +++ b/sdrbench/test_ft8.cpp @@ -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