mirror of
https://github.com/gnss-sdr/gnss-sdr
synced 2025-01-29 02:14:51 +00:00
Fix typo
This commit is contained in:
parent
08f0a36075
commit
67a4066738
@ -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);
|
||||
}
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user