aboutsummaryrefslogtreecommitdiffstats
path: root/src/afb-wsj1-test.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/afb-wsj1-test.cpp')
-rw-r--r--src/afb-wsj1-test.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/afb-wsj1-test.cpp b/src/afb-wsj1-test.cpp
index b9a6b06d..ff74b4b9 100644
--- a/src/afb-wsj1-test.cpp
+++ b/src/afb-wsj1-test.cpp
@@ -14,6 +14,6 @@ int main(int ac, char **av){
char *x;
sj1.connect(uri);
sj1.call(api,verb,req,onreply);
- std::cin <<x<<std::endl;
+ std::cin>> x;
return EXIT_SUCCESS;
} \ No newline at end of file