summaryrefslogtreecommitdiff
path: root/ace/ACE.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'ace/ACE.cpp')
-rw-r--r--ace/ACE.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/ace/ACE.cpp b/ace/ACE.cpp
index 2004252c332..0fd4b87d46d 100644
--- a/ace/ACE.cpp
+++ b/ace/ACE.cpp
@@ -2373,7 +2373,7 @@ ACE::format_hexdump (const char *buffer,
if (i == 7)
{
ACE_OS::sprintf (obuf,
- ACE_LIB_TEXT (" "));
+ ACE_LIB_TEXT (" \n"));
obuf++;
}
textver[i] = ACE_OS::ace_isprint (c) ? c : '.';