summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--examples/C++NPv2/WFMO_Reactor_Logging_Server.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/C++NPv2/WFMO_Reactor_Logging_Server.cpp b/examples/C++NPv2/WFMO_Reactor_Logging_Server.cpp
index 581a73bacfb..5daa2f4543d 100644
--- a/examples/C++NPv2/WFMO_Reactor_Logging_Server.cpp
+++ b/examples/C++NPv2/WFMO_Reactor_Logging_Server.cpp
@@ -24,7 +24,7 @@ public:
| ENABLE_ECHO_INPUT
| ENABLE_PROCESSED_INPUT);
if (reactor ()->register_handler
- (this, quit_seen_.handle ()) == -1)
+ (this, quit_seen_.handle ()) == -1
|| ACE_Event_Handler::register_stdin_handler
(this, r, ACE_Thread_Manager::instance ()) == -1)
r->end_reactor_event_loop ();