summaryrefslogtreecommitdiff
path: root/cpp/demo/IceGrid/secure/Client.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'cpp/demo/IceGrid/secure/Client.cpp')
-rw-r--r--cpp/demo/IceGrid/secure/Client.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/cpp/demo/IceGrid/secure/Client.cpp b/cpp/demo/IceGrid/secure/Client.cpp
index 196100eb5a0..a3ef397705c 100644
--- a/cpp/demo/IceGrid/secure/Client.cpp
+++ b/cpp/demo/IceGrid/secure/Client.cpp
@@ -53,7 +53,7 @@ HelloClient::run(int argc, char* argv[])
//
// First we try to connect to the object with the `hello'
- // identity. If it's not registered with the registry, we
+ // identity. If it's not registered with the registry, we
// search for an object with the ::Demo::Hello type.
//
HelloPrx hello;
@@ -71,10 +71,10 @@ HelloClient::run(int argc, char* argv[])
cerr << argv[0] << ": couldn't find a `::Demo::Hello' object." << endl;
return EXIT_FAILURE;
}
-
+
menu();
- char c;
+ char c = 'x';
do
{
try