summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--TAO/tests/Timed_Buffered_Oneways/client.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/TAO/tests/Timed_Buffered_Oneways/client.cpp b/TAO/tests/Timed_Buffered_Oneways/client.cpp
index d1a6503dff6..fa6a351e9c7 100644
--- a/TAO/tests/Timed_Buffered_Oneways/client.cpp
+++ b/TAO/tests/Timed_Buffered_Oneways/client.cpp
@@ -254,7 +254,7 @@ main (int argc, char **argv)
// Get an object reference from the argument string.
object = orb->string_to_object (IOR,
- ACE_TRY_ENV);
+ ACE_TRY_ENV);
ACE_TRY_CHECK;
// Try to narrow the object reference to a <test> reference.