mirror of
https://github.com/gnss-sdr/gnss-sdr
synced 2025-11-19 08:35:16 +00:00
Fix typo
This commit is contained in:
@@ -90,7 +90,7 @@ ControlThread::~ControlThread()
|
||||
{
|
||||
// save navigation data to files
|
||||
// if (save_assistance_to_XML() == true) {}
|
||||
if(msgiq != -1) msgctl(msqid, IPC_RMID, NULL);;
|
||||
if(msqid != -1) msgctl(msqid, IPC_RMID, NULL);
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user