summaryrefslogtreecommitdiff
path: root/ACE/examples/IPC_SAP/SSL_SAP/SSL-server-poll.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'ACE/examples/IPC_SAP/SSL_SAP/SSL-server-poll.cpp')
-rw-r--r--ACE/examples/IPC_SAP/SSL_SAP/SSL-server-poll.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/ACE/examples/IPC_SAP/SSL_SAP/SSL-server-poll.cpp b/ACE/examples/IPC_SAP/SSL_SAP/SSL-server-poll.cpp
index 74cf402d4d4..f4094eaf5cd 100644
--- a/ACE/examples/IPC_SAP/SSL_SAP/SSL-server-poll.cpp
+++ b/ACE/examples/IPC_SAP/SSL_SAP/SSL-server-poll.cpp
@@ -40,7 +40,7 @@ static struct pollfd poll_array[MAX_HANDLES];
static Buffer_Info buffer_array[MAX_HANDLES];
static void
-init_poll_array (void)
+init_poll_array ()
{
int i;