diff options
Diffstat (limited to 'cpp/demo/Ice/hello/Server.cpp')
-rw-r--r-- | cpp/demo/Ice/hello/Server.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/demo/Ice/hello/Server.cpp b/cpp/demo/Ice/hello/Server.cpp index bf5a14b33f8..8b288c11bc1 100644 --- a/cpp/demo/Ice/hello/Server.cpp +++ b/cpp/demo/Ice/hello/Server.cpp @@ -43,7 +43,7 @@ main(int argc, char* argv[]) status = EXIT_FAILURE; } - if (communicator) + if(communicator) { try { |