mirror of
https://github.com/HifiExperiments/overte.git
synced 2025-04-10 10:34:56 +02:00
remove an extra g
This commit is contained in:
parent
64e3c19a8c
commit
d1c602df07
1 changed files with 1 additions and 1 deletions
|
@ -86,7 +86,7 @@ int main(int argc, const char* argv[]) {
|
|||
timeval lastStatSendTime = {};
|
||||
|
||||
const char ASSIGNMENT_POOL_OPTION[] = "-p";
|
||||
const char ASSIGNMENT_SERVER_OPTION[]g = "-a";
|
||||
const char ASSIGNMENT_SERVER_OPTION[] = "-a";
|
||||
|
||||
// set our assignment pool from argv, if it exists
|
||||
const char* assignmentPool = getCmdOption(argc, argv, ASSIGNMENT_POOL_OPTION);
|
||||
|
|
Loading…
Reference in a new issue