diff options
-rw-r--r-- | examples/IPC_SAP/SOCK_SAP/CPP-inclient.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/IPC_SAP/SOCK_SAP/CPP-inclient.cpp b/examples/IPC_SAP/SOCK_SAP/CPP-inclient.cpp index 7a8f070e887..7a98c2f1bd6 100644 --- a/examples/IPC_SAP/SOCK_SAP/CPP-inclient.cpp +++ b/examples/IPC_SAP/SOCK_SAP/CPP-inclient.cpp @@ -473,7 +473,7 @@ run_client (void) else ACE_Thread_Manager::instance ()->wait (); #else - (*OPTIONS::instance ()->thr_func) (); + *(OPTIONS::instance ()->thr_func) (); #endif /* ACE_HAS_THREADS */ return 0; } |