summaryrefslogtreecommitdiff
path: root/docs/tutorials/009/server.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'docs/tutorials/009/server.cpp')
-rw-r--r--docs/tutorials/009/server.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/tutorials/009/server.cpp b/docs/tutorials/009/server.cpp
index fe994ae27fa..c77bc987e60 100644
--- a/docs/tutorials/009/server.cpp
+++ b/docs/tutorials/009/server.cpp
@@ -14,7 +14,7 @@ static const u_short PORT = ACE_DEFAULT_SERVER_PORT;
"signature". If none is given, we'll use the one here instead. */
static const char *default_signature = "Hello World!";
-int
+int
main (int argc, char *argv[])
{
ACE_INET_Addr local (PORT);