summaryrefslogtreecommitdiff
path: root/examples/Misc/test_read_buffer.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'examples/Misc/test_read_buffer.cpp')
-rw-r--r--examples/Misc/test_read_buffer.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/Misc/test_read_buffer.cpp b/examples/Misc/test_read_buffer.cpp
index 095364130f7..e1d1cf0c0c8 100644
--- a/examples/Misc/test_read_buffer.cpp
+++ b/examples/Misc/test_read_buffer.cpp
@@ -6,7 +6,7 @@
ACE_RCSID(Misc, test_read_buffer, "$Id$")
int
-main (int argc, ACE_TCHAR *argv[])
+ACE_TMAIN (int argc, ACE_TCHAR *argv[])
{
ACE_HANDLE handle = argc > 1 ? ACE_OS::open (argv[1], O_RDONLY) : 0;
int term = argc > 2 ? ACE_OS::atoi (argv[2]) : EOF;