mirror of
https://github.com/overte-org/overte.git
synced 2025-08-10 02:52:57 +02:00
capitals are important
This commit is contained in:
parent
24d26a3a01
commit
6a39934cb1
1 changed files with 1 additions and 1 deletions
|
@ -240,7 +240,7 @@ int main(int argc, const char * argv[])
|
||||||
}
|
}
|
||||||
|
|
||||||
pthread_join(reportAliveThread, NULL);
|
pthread_join(reportAliveThread, NULL);
|
||||||
agentlist.stopSilentAgentRemovalThread();
|
agentList.stopSilentAgentRemovalThread();
|
||||||
|
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
Loading…
Reference in a new issue