summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/tests/AVStreams/benchmark
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/orbsvcs/tests/AVStreams/benchmark')
-rw-r--r--TAO/orbsvcs/tests/AVStreams/benchmark/client.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/TAO/orbsvcs/tests/AVStreams/benchmark/client.cpp b/TAO/orbsvcs/tests/AVStreams/benchmark/client.cpp
index 0c59df22317..c3e028f22f1 100644
--- a/TAO/orbsvcs/tests/AVStreams/benchmark/client.cpp
+++ b/TAO/orbsvcs/tests/AVStreams/benchmark/client.cpp
@@ -210,7 +210,7 @@ main (int argc, char **argv)
while ((c = opts ()) != -1)
switch (c)
{
- case 't':
+ case 'T':
thread_count = (u_int) ACE_OS::atoi (opts.optarg);
continue;
default: