diff options
Diffstat (limited to 'ACE/tests/Pipe_Test.cpp')
-rw-r--r-- | ACE/tests/Pipe_Test.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ACE/tests/Pipe_Test.cpp b/ACE/tests/Pipe_Test.cpp index 17a47cfa2f1..a3d2175a009 100644 --- a/ACE/tests/Pipe_Test.cpp +++ b/ACE/tests/Pipe_Test.cpp @@ -42,7 +42,7 @@ print_usage_and_die (void) { ACE_DEBUG ((LM_DEBUG, ACE_TEXT ("usage: %n [-d (don't close pipes)] ") - ACE_TEXT ("[-c (child process)] [-i (iterations)] \n"))); + ACE_TEXT ("[-c (child process)] [-i (iterations)]\n"))); ACE_OS::exit (1); } |