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:
parent
31c20df7bb
commit
941e73c561
@ -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);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user