Commit 0c90c182dc1e4068f4638024358175b7c354a376

Authored by Perry Werneck
1 parent 14b4a076

Working on C++ API

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