mirror of
https://github.com/overte-org/overte.git
synced 2025-08-04 06:23:35 +02:00
fix use of undeclared identifier
This commit is contained in:
parent
815783732c
commit
4fc9dd6323
1 changed files with 1 additions and 1 deletions
|
@ -273,7 +273,7 @@ int main(int argc, const char * argv[])
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
pthread_join(bufferSendThread, NULL);
|
pthread_join(sendBufferThread, NULL);
|
||||||
|
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue