summaryrefslogtreecommitdiff
path: root/ACE/protocols/examples/INet/FTP_Simple_exec.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'ACE/protocols/examples/INet/FTP_Simple_exec.cpp')
-rw-r--r--ACE/protocols/examples/INet/FTP_Simple_exec.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/ACE/protocols/examples/INet/FTP_Simple_exec.cpp b/ACE/protocols/examples/INet/FTP_Simple_exec.cpp
index 9350edb99c0..b2db0f45abf 100644
--- a/ACE/protocols/examples/INet/FTP_Simple_exec.cpp
+++ b/ACE/protocols/examples/INet/FTP_Simple_exec.cpp
@@ -13,7 +13,7 @@ ACE_CString password;
bool do_active = false;
void
-usage (void)
+usage ()
{
std::cout << "usage: ftp_simple_wget [options] <url>\n";
std::cout << "Executes an FTP download request and sends the result to STDOUT or file\n";