summaryrefslogtreecommitdiff
path: root/cpp/test/Freeze/cursor/Client.cpp
diff options
context:
space:
mode:
authorMarc Laukien <marc@zeroc.com>2002-02-11 20:19:02 +0000
committerMarc Laukien <marc@zeroc.com>2002-02-11 20:19:02 +0000
commitfe9b26f5b42f68d2218a1ea999c6454e2be68036 (patch)
treef09561f35cddfe97c73ebf5196ad6f71234f9866 /cpp/test/Freeze/cursor/Client.cpp
parentFixed Ice Security related logging settings. (diff)
downloadice-fe9b26f5b42f68d2218a1ea999c6454e2be68036.tar.bz2
ice-fe9b26f5b42f68d2218a1ea999c6454e2be68036.tar.xz
ice-fe9b26f5b42f68d2218a1ea999c6454e2be68036.zip
minor fixes
Diffstat (limited to 'cpp/test/Freeze/cursor/Client.cpp')
-rw-r--r--cpp/test/Freeze/cursor/Client.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/test/Freeze/cursor/Client.cpp b/cpp/test/Freeze/cursor/Client.cpp
index c612a5a23fd..7ee9d25e6bf 100644
--- a/cpp/test/Freeze/cursor/Client.cpp
+++ b/cpp/test/Freeze/cursor/Client.cpp
@@ -295,7 +295,7 @@ run(int argc, char* argv[], const DBEnvironmentPtr& dbEnv)
cursor->close();
clone->close();
- cout << " ok" << endl;
+ cout << "ok" << endl;
db->close();
return EXIT_SUCCESS;