diff options
Diffstat (limited to 'indra/newview')
-rwxr-xr-x | indra/newview/llvoicevivox.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llvoicevivox.cpp b/indra/newview/llvoicevivox.cpp index a43e90d85d..e9ee4c2a05 100755 --- a/indra/newview/llvoicevivox.cpp +++ b/indra/newview/llvoicevivox.cpp @@ -1160,7 +1160,7 @@ bool LLVivoxVoiceClient::breakVoiceConnection(bool corowait) else { // If we are not doing a corowait then we must sleep until the connector has responded // otherwise we may very well close the socket too early. -#ifdef LL_WINDOWS +#if LL_WINDOWS int count = 0; while (!mShutdownComplete && 10 > count++) { |