Commit ca8df5f4e31a709b27267fdcb6a751e52beba070

Authored by Perry Werneck
1 parent 64bf19bb
Exists in master and in 1 other branch develop

Working on C++ API

Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
testprogram/testprogram.cc
@@ -52,7 +52,7 @@ @@ -52,7 +52,7 @@
52 52
53 host << TN3270::ENTER; 53 host << TN3270::ENTER;
54 54
55 - 55 + cout << host << endl;
56 56
57 return 0; 57 return 0;
58 } 58 }