summaryrefslogtreecommitdiff
path: root/ACE/examples/Service_Configurator/IPC-tests/client/remote_dgram_client_test.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'ACE/examples/Service_Configurator/IPC-tests/client/remote_dgram_client_test.cpp')
-rw-r--r--ACE/examples/Service_Configurator/IPC-tests/client/remote_dgram_client_test.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/ACE/examples/Service_Configurator/IPC-tests/client/remote_dgram_client_test.cpp b/ACE/examples/Service_Configurator/IPC-tests/client/remote_dgram_client_test.cpp
index af3067efbca..37efd678c32 100644
--- a/ACE/examples/Service_Configurator/IPC-tests/client/remote_dgram_client_test.cpp
+++ b/ACE/examples/Service_Configurator/IPC-tests/client/remote_dgram_client_test.cpp
@@ -20,7 +20,7 @@ static const ACE_TCHAR *host_name = ACE_DEFAULT_SERVER_HOST;
// Name of file to send.
static const ACE_TCHAR *file_name = ACE_TEXT("./remote_data");
-static void print_usage_and_die (void)
+static void print_usage_and_die ()
{
ACE_ERROR ((LM_ERROR,
"usage: %s [-p portnum] [-h host_name] [-f file]\n",