summaryrefslogtreecommitdiff
path: root/ACE/tests/SV_Shared_Memory_Test.cpp
diff options
context:
space:
mode:
authorAbdullah Sowayan <sowayan@users.noreply.github.com>2007-08-14 23:29:36 +0000
committerAbdullah Sowayan <sowayan@users.noreply.github.com>2007-08-14 23:29:36 +0000
commitfb4b5b24dda3332ce1651f1747bd96430884d3bb (patch)
tree822cb61bac3aeeb11bad1050dfe9f78b91989436 /ACE/tests/SV_Shared_Memory_Test.cpp
parentd66ae065b3a38293d1926e64d6255761af852cd2 (diff)
downloadATCD-fb4b5b24dda3332ce1651f1747bd96430884d3bb.tar.gz
Tue Aug 14 23:28:07 UTC 2007 Abdullah Sowayan <abdullah.sowayan@lmco.com>
Diffstat (limited to 'ACE/tests/SV_Shared_Memory_Test.cpp')
-rw-r--r--ACE/tests/SV_Shared_Memory_Test.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/ACE/tests/SV_Shared_Memory_Test.cpp b/ACE/tests/SV_Shared_Memory_Test.cpp
index 305e3785c96..8fd73b158e6 100644
--- a/ACE/tests/SV_Shared_Memory_Test.cpp
+++ b/ACE/tests/SV_Shared_Memory_Test.cpp
@@ -142,11 +142,11 @@ run_main (int, ACE_TCHAR *[])
!defined(ACE_LACKS_SYSV_SHMEM)
// Check whether allocator was initialized.
- if (myallocator ().bad ())
+ if (myallocator ().bad ())
{
ACE_ERROR_RETURN ((LM_ERROR,
- ACE_TEXT ("Unable to initialize allocator\n")),
- -1);
+ ACE_TEXT ("Unable to initialize allocator\n")),
+ -1);
}
char *shm = reinterpret_cast<char *> (myallocator ().malloc (SHMSZ));