summaryrefslogtreecommitdiff
path: root/ACE/examples/Timer_Queue
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2009-02-23 08:20:39 +0000
committerJohnny Willemsen <jwillemsen@remedy.nl>2009-02-23 08:20:39 +0000
commit1f64aa73343cd2a5e5b185b5737fec57d53e6add (patch)
treefcb01a56ae6534294f6337c3866e2e4bdb0d5066 /ACE/examples/Timer_Queue
parentab6ed5beeecb2c3d0fe230f76d872c2c7b0cedcb (diff)
downloadATCD-1f64aa73343cd2a5e5b185b5737fec57d53e6add.tar.gz
Mon Feb 23 08:16:15 UTC 2009 Johnny Willemsen <jwillemsen@remedy.nl>
Diffstat (limited to 'ACE/examples/Timer_Queue')
-rw-r--r--ACE/examples/Timer_Queue/Async_Timer_Queue_Test.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/ACE/examples/Timer_Queue/Async_Timer_Queue_Test.cpp b/ACE/examples/Timer_Queue/Async_Timer_Queue_Test.cpp
index 8503c295db4..d139bca0c87 100644
--- a/ACE/examples/Timer_Queue/Async_Timer_Queue_Test.cpp
+++ b/ACE/examples/Timer_Queue/Async_Timer_Queue_Test.cpp
@@ -239,7 +239,7 @@ Async_Timer_Queue_Test_Driver::display_menu (void)
// The menu of options provided to the user.
static char menu[] =
"****\n"
- "1) schedule timer <usecs> \n"
+ "1) schedule timer <usecs>\n"
"2) cancel timer <timer_id>\n"
"^C list timers\n"
"^\\ exit program\n";