summaryrefslogtreecommitdiff
path: root/examples/Reactor/FIFO/client.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'examples/Reactor/FIFO/client.cpp')
-rw-r--r--examples/Reactor/FIFO/client.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/Reactor/FIFO/client.cpp b/examples/Reactor/FIFO/client.cpp
index 5bee3c8548f..5956b5b13b8 100644
--- a/examples/Reactor/FIFO/client.cpp
+++ b/examples/Reactor/FIFO/client.cpp
@@ -1,7 +1,7 @@
#include "ace/FIFO_Send_Msg.h"
int
-main (void)
+main (int, char *[])
{
char buf[] = "hello world";
ACE_Str_Buf msg (buf, sizeof buf);