summaryrefslogtreecommitdiff
path: root/ACE/examples/Mem_Map
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2006-10-17 07:16:37 +0000
committerJohnny Willemsen <jwillemsen@remedy.nl>2006-10-17 07:16:37 +0000
commitc30ca589818cdd54286410ba54135ca047009272 (patch)
tree5dfabc8751df0dedd386b48d244953262d8b0a42 /ACE/examples/Mem_Map
parent8a3bd4adc93fb420735e51b0791a588e4ff5a1b8 (diff)
downloadATCD-c30ca589818cdd54286410ba54135ca047009272.tar.gz
Small layout change
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);