1
0
mirror of https://github.com/f4exb/sdrangel.git synced 2025-03-23 04:44:53 -04:00

Add missing close parens

This commit is contained in:
Daniele Forsi 2024-06-18 21:34:59 +02:00
parent 31c20df7bb
commit 941e73c561

View File

@ -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);
}