From d7091a50d794960d8b637410e8c78680e84f1186 Mon Sep 17 00:00:00 2001 From: Gerd v. Egidy Date: Fri, 10 Oct 2008 08:53:21 +0000 Subject: [PATCH] small fix --- .../example1-client-wrapper/client.cpp | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/examples-codegen/example1-client-wrapper/client.cpp b/examples-codegen/example1-client-wrapper/client.cpp index b9692d0..c4b3c90 100644 --- a/examples-codegen/example1-client-wrapper/client.cpp +++ b/examples-codegen/example1-client-wrapper/client.cpp @@ -24,7 +24,7 @@ int main(int argc, char** argv) // execute a function via t2n. The wrapper will open a connection to the server if none // exists or try to reconnect if the existing one doesn't answer - std::cout << t2n_exec(&cmd_group_t2nexample_client::testfunc)("hello") << endl; + std::cout << t2n_exec(&cmd_group_t2nexample_client::testfunc)("hello") << std::endl; return EXIT_SUCCESS; } -- 1.7.1