mirror of
https://github.com/f4exb/sdrangel.git
synced 2025-09-03 13:47:50 -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(QT_POINTER_SIZE*8)
|
||||||
.arg(SDR_RX_SAMP_SZ)
|
.arg(SDR_RX_SAMP_SZ)
|
||||||
.arg(SDR_RX_SAMP_SZ)
|
.arg(SDR_RX_SAMP_SZ)
|
||||||
.arg(QCoreApplication::applicationPid());
|
.arg(QCoreApplication::applicationPid()));
|
||||||
#endif
|
#endif
|
||||||
m_logger->logToFile(QtInfoMsg, appInfoStr);
|
m_logger->logToFile(QtInfoMsg, appInfoStr);
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user