summaryrefslogtreecommitdiff
path: root/ace/Memory_Pool.cpp
diff options
context:
space:
mode:
authorirfan <irfan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1997-11-11 08:19:09 +0000
committerirfan <irfan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1997-11-11 08:19:09 +0000
commit78b4598be647146554d6e50d0a2e3668ba29d7ec (patch)
tree9e7a9048905a2270a84a5ca9cf7741da10e2a61f /ace/Memory_Pool.cpp
parent98ac2e557ba1107b2575add74a3615437e5991fa (diff)
downloadATCD-78b4598be647146554d6e50d0a2e3668ba29d7ec.tar.gz
*** empty log message ***
Diffstat (limited to 'ace/Memory_Pool.cpp')
-rw-r--r--ace/Memory_Pool.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/ace/Memory_Pool.cpp b/ace/Memory_Pool.cpp
index abef1e91185..483779e7f4c 100644
--- a/ace/Memory_Pool.cpp
+++ b/ace/Memory_Pool.cpp
@@ -279,7 +279,7 @@ ACE_MMAP_Memory_Pool::init_acquire (size_t nbytes,
this->base_addr_,
0,
this->sa_) == -1)
- ACE_ERROR_RETURN ((LM_ERROR, "%p\n", "open"), 0);
+ ACE_ERROR_RETURN ((LM_ERROR, "%p\n", "open"), 0);
return this->mmap_.addr ();
}