diff options
Diffstat (limited to 'cpp/src/Ice/Network.cpp')
-rwxr-xr-x | cpp/src/Ice/Network.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/src/Ice/Network.cpp b/cpp/src/Ice/Network.cpp index 9b08d7b9fc7..a04619e84e1 100755 --- a/cpp/src/Ice/Network.cpp +++ b/cpp/src/Ice/Network.cpp @@ -900,7 +900,7 @@ IceInternal::NativeInfo::queueOperation(SocketOperation op, IAsyncOperation<unsi { AsyncInfo* info = getAsyncInfo(op); Windows::Foundation::AsyncStatus status = operation->Status; - if (status == Windows::Foundation::AsyncStatus::Completed) + if(status == Windows::Foundation::AsyncStatus::Completed) { // // NOTE: it's important to modify the count _before_ calling the completion handler |