diff options
author | parsons <parsons@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2008-08-06 18:21:48 +0000 |
---|---|---|
committer | parsons <parsons@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2008-08-06 18:21:48 +0000 |
commit | 09a2449f11bccb5f1eaeaccc0c300c1813d94655 (patch) | |
tree | c975d60466963e31072f1ed27dbcfce387cf02cd /ACE/examples/OS | |
parent | e88999beef0d5bb108135f2fe442895aac704db8 (diff) | |
download | ATCD-09a2449f11bccb5f1eaeaccc0c300c1813d94655.tar.gz |
ChangeLogTag: Wed Aug 6 18:17:32 UTC 2008 Jeff Parsons <j.parsons@vanderbilt.edu>
Diffstat (limited to 'ACE/examples/OS')
-rw-r--r-- | ACE/examples/OS/Process/imore.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ACE/examples/OS/Process/imore.cpp b/ACE/examples/OS/Process/imore.cpp index 2cfd8c19181..e6c672d949f 100644 --- a/ACE/examples/OS/Process/imore.cpp +++ b/ACE/examples/OS/Process/imore.cpp @@ -193,6 +193,7 @@ print_file (ACE_HANDLE infd) } } } + return 0; } |