summaryrefslogtreecommitdiff
path: root/ACE/examples/Mem_Map
diff options
context:
space:
mode:
Diffstat (limited to 'ACE/examples/Mem_Map')
-rw-r--r--ACE/examples/Mem_Map/IO-tests/test_io.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/ACE/examples/Mem_Map/IO-tests/test_io.cpp b/ACE/examples/Mem_Map/IO-tests/test_io.cpp
index b60401cc813..a6c1103e822 100644
--- a/ACE/examples/Mem_Map/IO-tests/test_io.cpp
+++ b/ACE/examples/Mem_Map/IO-tests/test_io.cpp
@@ -129,7 +129,7 @@ run_tests (int iterations, FILE *input_fp, FILE *output_fp)
{
ACE_HANDLE hfile = fileno (output_fp);
if (ACE_OS::ftruncate (hfile, 0) == -1)
- ACE_ERROR_RETURN ((LM_ERROR,
+ ACE_ERROR_RETURN ((LM_ERROR,
ACE_TEXT ("%s\n"),
ACE_TEXT ("ftruncate")),
-1);