From 941e73c56143ecaea0b8e8ea23e8487e5d5b3fda Mon Sep 17 00:00:00 2001 From: Daniele Forsi Date: Tue, 18 Jun 2024 21:34:59 +0200 Subject: [PATCH] Add missing close parens --- sdrbase/maincore.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sdrbase/maincore.cpp b/sdrbase/maincore.cpp index e6070aedb..742d2266c 100644 --- a/sdrbase/maincore.cpp +++ b/sdrbase/maincore.cpp @@ -144,7 +144,7 @@ void MainCore::setLoggingOptions() .arg(QT_POINTER_SIZE*8) .arg(SDR_RX_SAMP_SZ) .arg(SDR_RX_SAMP_SZ) - .arg(QCoreApplication::applicationPid()); + .arg(QCoreApplication::applicationPid())); #endif m_logger->logToFile(QtInfoMsg, appInfoStr); }